mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-08 18:30:40 +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:
|
cache:
|
||||||
- c:\cargo\registry
|
- c:\cargo\registry
|
||||||
- c:\cargo\git
|
- c:\cargo\git
|
||||||
@ -12,12 +14,8 @@ environment:
|
|||||||
RUSTUP_HOME: "c:\\rustup"
|
RUSTUP_HOME: "c:\\rustup"
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
- TARGET: i686-pc-windows-gnu
|
|
||||||
CHANNEL: stable
|
|
||||||
- TARGET: i686-pc-windows-msvc
|
- TARGET: i686-pc-windows-msvc
|
||||||
CHANNEL: stable
|
CHANNEL: stable
|
||||||
- TARGET: x86_64-pc-windows-gnu
|
|
||||||
CHANNEL: stable
|
|
||||||
- TARGET: x86_64-pc-windows-msvc
|
- TARGET: x86_64-pc-windows-msvc
|
||||||
CHANNEL: stable
|
CHANNEL: stable
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user