summaryrefslogtreecommitdiff
path: root/.ci/scripts
diff options
context:
space:
mode:
authorGravatar FearlessTobi2021-10-15 02:16:28 +0200
committerGravatar FearlessTobi2021-10-15 15:12:14 +0200
commit07b82427ab8b8b29e03a75e399f3ca60d77259e7 (patch)
tree90b46a3bbd3b7817c69cf65d6464507560e1bafa /.ci/scripts
parentMerge pull request #6774 from lat9nq/remove-global-yuzu (diff)
downloadyuzu-07b82427ab8b8b29e03a75e399f3ca60d77259e7.tar.gz
yuzu-07b82427ab8b8b29e03a75e399f3ca60d77259e7.tar.xz
yuzu-07b82427ab8b8b29e03a75e399f3ca60d77259e7.zip
.ci: Use Github Actions to update translation source files
Diffstat (limited to '.ci/scripts')
-rw-r--r--.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 100644
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