mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2024-11-22 21:52:46 +00:00
disable win32 builds for now
This commit is contained in:
parent
174910b1a3
commit
7c81c49510
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue