mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
Add MinGW test
This commit is contained in:
parent
6974d3fcf9
commit
704d7fe597
@ -15,6 +15,7 @@ env:
|
|||||||
- COMPILER=g++-4.9 CCOMPILER=gcc-4.9
|
- COMPILER=g++-4.9 CCOMPILER=gcc-4.9
|
||||||
- COMPILER=g++-5 CCOMPILER=gcc-5
|
- COMPILER=g++-5 CCOMPILER=gcc-5
|
||||||
- COMPILER=clang++-3.6 CCOMPILER=clang-3.6
|
- COMPILER=clang++-3.6 CCOMPILER=clang-3.6
|
||||||
|
- COMPILER=x86_64-w64-mingw32-g++-posix CCOMPILER=x86_64-w64-mingw32-gcc-posix
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
@ -30,6 +31,7 @@ addons:
|
|||||||
- clang-3.6
|
- clang-3.6
|
||||||
- libboost1.55-all-dev
|
- libboost1.55-all-dev
|
||||||
- python-pip
|
- python-pip
|
||||||
|
- mingw-w64
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- if [ "$PUSH_COVERAGE" == "ON" ]; then pip install --user git+git://github.com/eddyxu/cpp-coveralls.git; fi
|
- if [ "$PUSH_COVERAGE" == "ON" ]; then pip install --user git+git://github.com/eddyxu/cpp-coveralls.git; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user