Travis mingw

This commit is contained in:
mayeut 2015-09-12 18:06:31 +02:00
parent cde7423958
commit ecb00ea4e4
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
language: c language: c
os: os:
- linux - linux
- osx # - osx
compiler: compiler:
- gcc # - gcc
- clang # - clang
- x86_64-w64-mingw32-gcc - x86_64-w64-mingw32-gcc
env: env:
- OPJ_CI_ARCH=x86_64 OPJ_CI_BUILD_CONFIGURATION=Release - OPJ_CI_ARCH=x86_64 OPJ_CI_BUILD_CONFIGURATION=Release
@ -30,7 +30,7 @@ addons:
apt: apt:
packages: packages:
- gcc-multilib - gcc-multilib
- mingw-w64 - gcc-mingw-w64
install: install:
- ./tools/travis-ci/install.sh - ./tools/travis-ci/install.sh