Change target location

Former-commit-id: 3e46e7c4dc9a66283ac5077c2db43d5eb98ae9f3
This commit is contained in:
Forest Anderson 2019-04-24 08:17:02 -04:00 committed by Forest
parent 6b7d4e1008
commit bd01716342

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