Skip to content

Commit

Permalink
Disable appveyor-gcc builds: appveyors version of GCC is too old
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Oct 11, 2018
1 parent 0c88b47 commit 85fd0b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ environment:
matrix:
# Disable windows-gnu because appveyor has problems installing CMAKE correctly
# (CMAKE_C_COMPILER not set)
- TARGET: i686-pc-windows-gnu
CHANNEL: stable
# - TARGET: i686-pc-windows-gnu
# CHANNEL: stable
- TARGET: i686-pc-windows-msvc
CHANNEL: stable
# This target is commented out because for some reason appveyor only ships
Expand All @@ -14,8 +14,8 @@ environment:
# compiler anymore in the real world). Just use a 64-bit compiler and
# everything will work fine.
#
- TARGET: x86_64-pc-windows-gnu
CHANNEL: stable
# - TARGET: x86_64-pc-windows-gnu
# CHANNEL: stable
- TARGET: x86_64-pc-windows-msvc
CHANNEL: stable

Expand Down

0 comments on commit 85fd0b4

Please sign in to comment.