Skip to content

Commit

Permalink
switch order of AppVeyor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
inikep committed Sep 6, 2016
1 parent 520ae66 commit daef46d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
version: 1.0.{build}
environment:
matrix:
- COMPILER: "gcc"
MAKE_PARAMS: "test"
PLATFORM: "mingw64"
- COMPILER: "gcc"
MAKE_PARAMS: "test"
PLATFORM: "mingw32"
- COMPILER: "visual"
CONFIGURATION: "Debug"
PLATFORM: "x64"
Expand All @@ -13,12 +19,6 @@ environment:
- COMPILER: "visual"
CONFIGURATION: "Release"
PLATFORM: "Win32"
- COMPILER: "gcc"
MAKE_PARAMS: "test"
PLATFORM: "mingw64"
- COMPILER: "gcc"
MAKE_PARAMS: "test"
PLATFORM: "mingw32"

install:
- ECHO Installing %COMPILER% %PLATFORM% %CONFIGURATION%
Expand Down

0 comments on commit daef46d

Please sign in to comment.