citra-shitamoto-network/.ci/transifex/docker.sh

40 lines
717 B
Bash
Raw Normal View History

2018-04-06 11:59:20 +05:30
#!/bin/bash -e
# Setup RC file for tx
cat << EOF > ~/.transifexrc
[https://www.transifex.com]
hostname = https://www.transifex.com
username = api
password = $TRANSIFEX_API_TOKEN
EOF
2018-04-06 11:59:20 +05:30
set -x
2018-06-10 01:49:15 +05:30
cat << 'EOF' > /usr/bin/tx
#!/usr/bin/python3
# -*- coding: utf-8 -*-
import re
import sys
from txclib.cmdline import main
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
sys.exit(main())
EOF
2018-04-06 11:59:20 +05:30
echo -e "\e[1m\e[33mBuild tools information:\e[0m"
cmake --version
gcc -v
tx --version
mkdir build && cd build
2019-01-30 04:31:30 +05:30
cmake .. -DENABLE_QT_TRANSLATION=ON -DGENERATE_QT_TRANSLATION=ON -DCMAKE_BUILD_TYPE=Release -DENABLE_SDL2=OFF
2018-04-06 11:59:20 +05:30
make translation
cd ..
cd dist/languages
tx push -s