mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2025-01-04 01:57:51 +00:00
re-add windows build
This commit is contained in:
parent
e1a05cb3fb
commit
a226447a92
|
@ -4,11 +4,11 @@ environment:
|
||||||
global:
|
global:
|
||||||
PROJECT_NAME: doukutsu-rs
|
PROJECT_NAME: doukutsu-rs
|
||||||
matrix:
|
matrix:
|
||||||
# - channel: nightly
|
- channel: nightly
|
||||||
# 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
|
||||||
# appveyor_build_worker_image: Visual Studio 2019
|
appveyor_build_worker_image: Visual Studio 2019
|
||||||
# - channel: stable
|
# - channel: stable
|
||||||
# target: i686-pc-windows-msvc
|
# target: i686-pc-windows-msvc
|
||||||
# target_name: win32
|
# target_name: win32
|
||||||
|
|
Loading…
Reference in a new issue