summaryrefslogtreecommitdiff
path: root/.ci/scripts/transifex/docker.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci/scripts/transifex/docker.sh')
-rwxr-xr-x.ci/scripts/transifex/docker.sh25
1 files changed, 25 insertions, 0 deletions
diff --git a/.ci/scripts/transifex/docker.sh b/.ci/scripts/transifex/docker.sh
new file mode 100755
index 000000000..bafd326f9
--- /dev/null
+++ b/.ci/scripts/transifex/docker.sh
@@ -0,0 +1,25 @@
1#!/bin/bash -e
2
3# Setup RC file for tx
4cat << EOF > ~/.transifexrc
5[https://www.transifex.com]
6hostname = https://www.transifex.com
7username = api
8password = $TRANSIFEX_API_TOKEN
9EOF
10
11
12set -x
13
14echo -e "\e[1m\e[33mBuild tools information:\e[0m"
15cmake --version
16gcc -v
17tx --version
18
19mkdir build && cd build
20cmake .. -DENABLE_QT_TRANSLATION=ON -DGENERATE_QT_TRANSLATION=ON -DCMAKE_BUILD_TYPE=Release -DENABLE_SDL2=OFF
21make translation
22cd ..
23
24cd dist/languages
25tx push -s