1
0
mirror of https://github.com/citra-emu/citra.git synced 2024-12-23 11:40:05 +00:00

Merge pull request from zhaowenlan1779/fix-tx-push

travis: disable scripting for transifex push job
This commit is contained in:
Weiyi Wang 2018-10-02 08:17:50 -04:00 committed by GitHub
commit 9813d0deed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ tx --version
cd /citra
mkdir build && cd build
cmake .. -DENABLE_QT_TRANSLATION=ON -DGENERATE_QT_TRANSLATION=ON -DCMAKE_BUILD_TYPE=Release -DENABLE_SDL2=OFF
cmake .. -DENABLE_QT_TRANSLATION=ON -DGENERATE_QT_TRANSLATION=ON -DCMAKE_BUILD_TYPE=Release -DENABLE_SDL2=OFF -DENABLE_SCRIPTING=OFF
make translation
cd ..