gitlab-ci: Remove ci cache until gitlab-runner 10.4 release

This commit is contained in:
Jordan Petridis 2017-12-27 18:14:50 +02:00
parent 7d7b09ff0f
commit a9d1084e05
No known key found for this signature in database
GPG Key ID: CEABAD9F5683B9A6

View File

@ -22,10 +22,6 @@ before_script:
- cd hammond-gtk/resources/ && glib-compile-resources --generate resources.xml && cd ../../ - cd hammond-gtk/resources/ && glib-compile-resources --generate resources.xml && cd ../../
- cargo build - cargo build
- cargo test --verbose -- --test-threads=1 - cargo test --verbose -- --test-threads=1
cache:
paths:
- target/
- cargo/
variables: variables:
# RUSTFLAGS: "-C link-dead-code" # RUSTFLAGS: "-C link-dead-code"