Remove 32-bit appveyor targets. Only build nightly on MSVC.
As appveyor only does one job at a time, this should help to keep appveyor builds under 5 minutes... Otherwise we're looking at 15+ min build times.
This commit is contained in:
parent
2667547a9c
commit
d1a4f456de
10
appveyor.yml
10
appveyor.yml
|
@ -5,21 +5,11 @@ environment:
|
|||
# MSVC
|
||||
- channel: stable
|
||||
target: x86_64-pc-windows-msvc
|
||||
- channel: stable
|
||||
target: i686-pc-windows-msvc
|
||||
- channel: nightly
|
||||
target: x86_64-pc-windows-msvc
|
||||
- channel: nightly
|
||||
target: i686-pc-windows-msvc
|
||||
# GNU
|
||||
- channel: stable
|
||||
target: x86_64-pc-windows-gnu
|
||||
- channel: stable
|
||||
target: i686-pc-windows-gnu
|
||||
- channel: nightly
|
||||
target: x86_64-pc-windows-gnu
|
||||
- channel: nightly
|
||||
target: i686-pc-windows-gnu
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
|
|
Loading…
Reference in New Issue