citra/.ci/transifex.sh

15 lines
292 B
Bash
Raw Normal View History

#!/bin/bash -ex
2018-04-06 08:29:20 +02:00
echo -e "\e[1m\e[33mBuild tools information:\e[0m"
cmake --version
gcc -v
tx --version
mkdir build && cd build
2019-01-30 00:01:30 +01:00
cmake .. -DENABLE_QT_TRANSLATION=ON -DGENERATE_QT_TRANSLATION=ON -DCMAKE_BUILD_TYPE=Release -DENABLE_SDL2=OFF
2018-04-06 08:29:20 +02:00
make translation
cd ..
cd dist/languages
tx push -s