ci: specify default cargo target dir

This commit is contained in:
5chdn 2018-10-01 18:10:15 +01:00
parent 9da093aa9d
commit 0e8263b90d
No known key found for this signature in database
GPG Key ID: 1A40871B597F5F80

View File

@ -9,6 +9,7 @@ image: parity/rust:gitlab-ci
variables:
CI_SERVER_NAME: "GitLab CI"
CARGO_HOME: "${CI_PROJECT_DIR}/.cargo"
CARGO_TARGET_DIR: "${CI_PROJECT_DIR}/.cargo"
BUILD_TARGET: ubuntu
BUILD_ARCH: amd64
CARGO_TARGET: x86_64-unknown-linux-gnu