Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

One build directory per branch/arch. #4286

Merged
merged 1 commit into from
Sep 14, 2018

Commits on Sep 13, 2018

  1. One build directory per branch/arch.

    This proposal allows to perform multiple compilation from different branch/arch in
    separate directories.
    Example:
    
        build
        ├── GNU_Linux
        │   ├── multi-compilation
        │   │   └── release
        │   └── NanoS-USBHID
        │       └── release
        └── Msys
            └── NanoS-USBHID
                └── release
    
    Edit 1:
    
    Try to handle special char as : / \ .
    
    --data-dir in unit test not yet tested
    
    Edit 2:
    
    donot use param for uname. -o is not supported by MacOS.
    cslashm committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    b4679f3 View commit details
    Browse the repository at this point in the history