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:
parent
50fcfaf736
commit
5202f65f78
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user