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:
mitchmindtree 2019-06-21 16:08:01 +02:00
parent 2667547a9c
commit d1a4f456de
1 changed files with 0 additions and 10 deletions

View File

@ -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: