mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2025-09-20 19:44:00 +00:00
Compare commits
No commits in common. "c67e90f4dd2f8fea400bfb7c8bb9d4878220f6dc" and "174910b1a360717bc6c5eb0d029de25c60f18d62" have entirely different histories.
c67e90f4dd
...
174910b1a3
|
@ -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,6 +27,7 @@ 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