Run MinGW build before MSVC
This commit is contained in:
parent
19ecd3818e
commit
507c3183e6
1 changed files with 4 additions and 4 deletions
|
@ -14,14 +14,14 @@ environment:
|
|||
LOCAL_INSTALL: $(APPVEYOR_BUILD_FOLDER)
|
||||
GCOV_PREFIX: $(APPVEYOR_BUILD_FOLDER)
|
||||
matrix:
|
||||
- COMPILER: msvc
|
||||
BUILD_TARGET: all_build
|
||||
TEST_TARGET: run_tests
|
||||
INSTALL_TARGET: install
|
||||
- COMPILER: mingw
|
||||
BUILD_TARGET: all
|
||||
TEST_TARGET: test
|
||||
INSTALL_TARGET: install
|
||||
- COMPILER: msvc
|
||||
BUILD_TARGET: all_build
|
||||
TEST_TARGET: run_tests
|
||||
INSTALL_TARGET: install
|
||||
|
||||
clone_depth: 5
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue