aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Meredith <mark.meredith@netl.doe.gov>2017-12-24 17:23:21 -0500
committerMark Meredith <mark.meredith@netl.doe.gov>2017-12-24 17:23:21 -0500
commit704d7fe5979b9e55363376ba69a9620071442ca7 (patch)
tree8f4d9b16562cc73127f3a1c9c4d0c8e36cf60ca1
parent6974d3fcf986b2e2246827fa1fc68f687dd9976d (diff)
downloadcrow-704d7fe5979b9e55363376ba69a9620071442ca7.tar.gz
crow-704d7fe5979b9e55363376ba69a9620071442ca7.zip
Add MinGW test
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d7a50c4..5aa4173 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,7 @@ env:
- COMPILER=g++-4.9 CCOMPILER=gcc-4.9
- COMPILER=g++-5 CCOMPILER=gcc-5
- COMPILER=clang++-3.6 CCOMPILER=clang-3.6
+ - COMPILER=x86_64-w64-mingw32-g++-posix CCOMPILER=x86_64-w64-mingw32-gcc-posix
addons:
apt:
@@ -30,6 +31,7 @@ addons:
- clang-3.6
- libboost1.55-all-dev
- python-pip
+ - mingw-w64
install:
- if [ "$PUSH_COVERAGE" == "ON" ]; then pip install --user git+git://github.com/eddyxu/cpp-coveralls.git; fi