Skip to content

Commit

Permalink
next try
Browse files Browse the repository at this point in the history
  • Loading branch information
Robosturm committed Aug 3, 2019
1 parent 71953cc commit 9a1141b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: shell
os: windows
env: PLATFORM=x86 QT5_BASE_DIR=C:/Qt/5.12.3/mingw73_32
env: PLATFORM=x86 QT5_BASE_DIR=C:/Qt/5.12.3/mingw73_32 CC=gcc-7 CXX=g++-7
compiler:

cache:
directories:
- travis-cache
Expand All @@ -14,8 +16,8 @@ before_script:
- mkdir build
- cd build
script:
- cmake.exe --build . --target Commander_Wars_translations -- -j8
- cmake.exe --build . --target install -- -j8 --config RELEASE
- cmake.exe --build . --target Commander_Wars_translations
- cmake.exe --build . --target install --config RELEASE
before_cache:
- if [ "$TRAVIS_OS_NAME" == "windows" ]; then toolchain/travis-cache-windows.sh save; fi
after_script:

0 comments on commit 9a1141b

Please sign in to comment.