mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2025-03-21 01:19:23 +00:00
yikes
This commit is contained in:
parent
04cb80f50f
commit
071720f8c7
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue