Change target location

Former-commit-id: 9726ae44e7c0c72db648ef2aad08784f115a48cb
This commit is contained in:
Forest Anderson 2019-04-24 08:17:02 -04:00
parent a385e2a25d
commit eb1c6d623e

View File

@ -21,9 +21,8 @@ rust-nightly:
script:
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
- source /root/.cargo/env
- cargo build
- cargo build --target-dir="/cache"
- cargo test --verbose
- cp target/ /cache
allow_failure: false
# # our own git fetch command like https://gitlab.com/gitlab-org/gitlab-runner/blob/master/shells/abstract.go