mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-08 10:20:39 +00:00
Do not build with gcc on windows
This commit is contained in:
parent
bba5937413
commit
9a6b10e7ac
@ -1,3 +1,5 @@
|
||||
os: Visual Studio 2015
|
||||
|
||||
cache:
|
||||
- c:\cargo\registry
|
||||
- c:\cargo\git
|
||||
@ -12,12 +14,8 @@ environment:
|
||||
RUSTUP_HOME: "c:\\rustup"
|
||||
|
||||
matrix:
|
||||
- TARGET: i686-pc-windows-gnu
|
||||
CHANNEL: stable
|
||||
- TARGET: i686-pc-windows-msvc
|
||||
CHANNEL: stable
|
||||
- TARGET: x86_64-pc-windows-gnu
|
||||
CHANNEL: stable
|
||||
- TARGET: x86_64-pc-windows-msvc
|
||||
CHANNEL: stable
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user