1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2025-09-20 19:44:00 +00:00

Compare commits

...

2 commits

Author SHA1 Message Date
Alula c67e90f4dd
do not cache .rustup 2021-02-10 15:27:02 +01:00
Alula 7c81c49510
disable win32 builds for now 2021-02-10 15:24:47 +01:00

View file

@ -10,10 +10,10 @@ environment:
target: x86_64-pc-windows-msvc target: x86_64-pc-windows-msvc
target_name: win64 target_name: win64
job_name: windows-x64 job_name: windows-x64
- channel: stable # - channel: stable
target: i686-pc-windows-msvc # target: i686-pc-windows-msvc
target_name: win32 # target_name: win32
job_name: windows-x32 # job_name: windows-x32
install: install:
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
@ -27,7 +27,6 @@ install:
cache: cache:
- '%USERPROFILE%\.cache\sccache -> Cargo.toml' - '%USERPROFILE%\.cache\sccache -> Cargo.toml'
- '%USERPROFILE%\.cargo -> Cargo.toml' - '%USERPROFILE%\.cargo -> Cargo.toml'
- '%USERPROFILE%\.rustup -> Cargo.toml'
- 'target -> Cargo.toml' - 'target -> Cargo.toml'
#test_script: #test_script: