1
0
mirror of https://github.com/vbrandl/bind9-api.git synced 2024-11-21 23:03:35 +01:00

Cache build directory to speed up CI

This commit is contained in:
Valentin Brandl 2018-07-15 20:00:00 +02:00
parent 50fcfaf736
commit 5202f65f78
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -4,9 +4,7 @@ services:
script:
- docker run --rm -it -v "$(pwd)":/home/rust/src ekidd/rust-musl-builder sh -c 'sudo chown -R rust . && cargo test && cargo build --release'
cache:
directories:
- ./target/
cache: cargo
notifications:
email: