mirror of
https://github.com/agersant/polaris
synced 2024-11-10 10:14:12 +00:00
Removed GNU toolchain
This commit is contained in:
parent
e40f11bf25
commit
42fcf70f53
1 changed files with 0 additions and 13 deletions
13
appveyor.yml
13
appveyor.yml
|
@ -48,19 +48,6 @@ environment:
|
|||
target: x86_64-pc-windows-msvc
|
||||
#cargoflags: --features "unstable"
|
||||
|
||||
### GNU Toolchains ###
|
||||
|
||||
# Stable 64-bit GNU
|
||||
- channel: stable
|
||||
target: x86_64-pc-windows-gnu
|
||||
# Beta 64-bit GNU
|
||||
- channel: beta
|
||||
target: x86_64-pc-windows-gnu
|
||||
# Nightly 64-bit GNU
|
||||
- channel: nightly
|
||||
target: x86_64-pc-windows-gnu
|
||||
#cargoflags: --features "unstable"
|
||||
|
||||
### Allowed failures ###
|
||||
|
||||
# See Appveyor documentation for specific details. In short, place any channel or targets you wish
|
||||
|
|
Loading…
Reference in a new issue