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

Part of #13551 - Create packages under release/debug directories as appropriate #13845

Merged
merged 2 commits into from Dec 10, 2016

Commits on Dec 9, 2016

  1. Cleanup path manipulations under macOS/Linux

    Path manipulation has been changed from using '/' to using
    os.path functions for packaging code for macOS and Linux targets.
    leikahing committed Dec 9, 2016
  2. Package macos/Linux builds under release/debug dirs

    This commit updates the 'mach package' command to generate output
    under the target/release and target/debug directories when run on
    macOS and Linux.
    
    etc/ci/upload_nightly.sh has also been updated to upload packages from
    the release/debug directories.
    leikahing committed Dec 9, 2016
You can’t perform that action at this time.