mirror of
https://github.com/mandarine3ds/mandarine.git
synced 2024-11-26 16:00:49 +00:00
Remove transifex workflow for now
This commit is contained in:
parent
1ec5277036
commit
1211469379
@ -1,14 +0,0 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
echo -e "\e[1m\e[33mBuild tools information:\e[0m"
|
||||
cmake --version
|
||||
gcc -v
|
||||
tx --version
|
||||
|
||||
mkdir build && cd build
|
||||
cmake .. -DENABLE_QT_TRANSLATION=ON -DGENERATE_QT_TRANSLATION=ON -DCMAKE_BUILD_TYPE=Release -DENABLE_SDL2=OFF
|
||||
make translation
|
||||
cd ..
|
||||
|
||||
cd dist/languages
|
||||
tx push -s
|
Loading…
Reference in New Issue
Block a user