diff options
| author | mayeut <mayeut@users.noreply.github.com> | 2015-09-12 18:06:31 +0200 |
|---|---|---|
| committer | mayeut <mayeut@users.noreply.github.com> | 2015-09-12 18:06:31 +0200 |
| commit | ecb00ea4e44b92f89a47fffbae0d9f8cb0a27f3d (patch) | |
| tree | cca4410890f881bdff2092746c35f11741ecf204 | |
| parent | cde7423958e9c233233c79399553787cf0931714 (diff) | |
Travis mingw
| -rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index ff334917..fc0c720a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@ language: c os: - linux - - osx +# - osx compiler: - - gcc - - clang +# - gcc +# - clang - x86_64-w64-mingw32-gcc env: - OPJ_CI_ARCH=x86_64 OPJ_CI_BUILD_CONFIGURATION=Release @@ -30,7 +30,7 @@ addons: apt: packages: - gcc-multilib - - mingw-w64 + - gcc-mingw-w64 install: - ./tools/travis-ci/install.sh |
