1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2025-03-21 01:19:23 +00:00
This commit is contained in:
Alula 2020-12-04 14:42:59 +01:00
parent 04cb80f50f
commit 071720f8c7
No known key found for this signature in database
GPG key ID: 3E00485503A1D8BA

View file

@ -21,8 +21,6 @@ install:
- rustc -vV
- cargo -vV
build: false
cache:
- '%USERPROFILE%\.cache\sccache -> rust-toolchain,.appveyor.yml'
- '%USERPROFILE%\.cargo -> rust-toolchain,.appveyor.yml'
@ -33,7 +31,7 @@ cache:
# - cargo build --verbose --all
# - cargo test --verbose --all --no-fail-fast
before_deploy:
build:
- cargo build --release --bin doukutsu-rs
- mkdir release
- copy target\release\doukutsu-rs.exe release