mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2025-09-20 19:44:00 +00:00
Compare commits
2 commits
174910b1a3
...
c67e90f4dd
Author | SHA1 | Date | |
---|---|---|---|
|
c67e90f4dd | ||
|
7c81c49510 |
|
@ -10,10 +10,10 @@ environment:
|
|||
target: x86_64-pc-windows-msvc
|
||||
target_name: win64
|
||||
job_name: windows-x64
|
||||
- channel: stable
|
||||
target: i686-pc-windows-msvc
|
||||
target_name: win32
|
||||
job_name: windows-x32
|
||||
# - channel: stable
|
||||
# target: i686-pc-windows-msvc
|
||||
# target_name: win32
|
||||
# job_name: windows-x32
|
||||
|
||||
install:
|
||||
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
||||
|
@ -27,7 +27,6 @@ install:
|
|||
cache:
|
||||
- '%USERPROFILE%\.cache\sccache -> Cargo.toml'
|
||||
- '%USERPROFILE%\.cargo -> Cargo.toml'
|
||||
- '%USERPROFILE%\.rustup -> Cargo.toml'
|
||||
- 'target -> Cargo.toml'
|
||||
|
||||
#test_script:
|
||||
|
|
Loading…
Reference in a new issue