Generate translations on travis.

This commit is contained in:
Martin Rotter 2017-10-13 14:01:30 +02:00
parent 3ead080484
commit e043281435
2 changed files with 2 additions and 0 deletions

View file

@ -3,5 +3,6 @@
source /opt/qt59/bin/qt59-env.sh source /opt/qt59/bin/qt59-env.sh
mkdir rssguard-build && cd rssguard-build mkdir rssguard-build && cd rssguard-build
qmake .. "$qmake_args" qmake .. "$qmake_args"
make lrelease
make make
make install make install

View file

@ -2,6 +2,7 @@
mkdir rssguard-build && cd rssguard-build mkdir rssguard-build && cd rssguard-build
qmake .. "$qmake_args" qmake .. "$qmake_args"
make lrelease
make make
make install make install