added g++-mingw-w64-i686
This commit is contained in:
parent
d9a2077a0e
commit
0608e2d3e0
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@ compiler:
|
||||||
env:
|
env:
|
||||||
- COMPILER=g++-4.9
|
- COMPILER=g++-4.9
|
||||||
- COMPILER=g++-5
|
- COMPILER=g++-5
|
||||||
|
- COMPILER=g++-mingw-w64-i686
|
||||||
- COMPILER=clang-3.6
|
- COMPILER=clang-3.6
|
||||||
- COMPILER=clang-3.7
|
- COMPILER=clang-3.7
|
||||||
|
|
||||||
|
@ -21,6 +22,7 @@ addons:
|
||||||
packages:
|
packages:
|
||||||
- g++-4.9
|
- g++-4.9
|
||||||
- g++-5
|
- g++-5
|
||||||
|
- g++-mingw-w64-i686
|
||||||
- clang-3.6
|
- clang-3.6
|
||||||
- clang-3.7
|
- clang-3.7
|
||||||
- valgrind
|
- valgrind
|
||||||
|
|
Loading…
Reference in a new issue