Browse Source

Add translation compilation phase to Travis CI

pull/183/head
Duke Leto 4 years ago
parent
commit
f1f2c0ca6f
  1. 7
      .travis.yml

7
.travis.yml

@ -22,6 +22,11 @@ script:
- make CC=clang CXX=clang++ -j2
- make distclean
- qmake silentdragon.pro CONFIG+=release -spec linux-g++
# These next 2 lines test that translation source files can be compiled
# correctly and will hopefully catch syntax errors earlier
# We want the build to fail if we can't compile translations.
- lupdate silentdragon.pro
- lrelease silentragon.pro
- res/libsodium/buildlibsodium.sh
- make CC=gcc-8 CXX=g++-8 -j2

Loading…
Cancel
Save