1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2024-11-22 05:33:02 +00:00

i hate ci pt. 2

This commit is contained in:
Alula 2020-12-04 14:50:13 +01:00
parent a89f185679
commit 27c9c26bda
No known key found for this signature in database
GPG key ID: 3E00485503A1D8BA

View file

@ -18,14 +18,15 @@ install:
- rustup-init -yv --default-toolchain %channel% --default-host %target%
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
- rustup update
- rustup default %channel%
- rustc -vV
- cargo -vV
cache:
- '%USERPROFILE%\.cache\sccache -> rust-toolchain,.appveyor.yml'
- '%USERPROFILE%\.cargo -> rust-toolchain,.appveyor.yml'
- '%USERPROFILE%\.rustup -> rust-toolchain,.appveyor.yml'
- 'target -> rust-toolchain,.appveyor.yml'
- '%USERPROFILE%\.cache\sccache -> .appveyor.yml'
- '%USERPROFILE%\.cargo -> .appveyor.yml'
- '%USERPROFILE%\.rustup -> .appveyor.yml'
- 'target -> .appveyor.yml'
#test_script:
# - cargo build --verbose --all