1
0
mirror of https://github.com/citra-emu/citra.git synced 2024-12-22 20:40:05 +00:00
citra/.travis/transifex/build.sh

7 lines
151 B
Bash
Executable File

#!/bin/bash -ex
mkdir build && cd build
cmake .. -DENABLE_QT_TRANSLATION=ON -DGENERATE_QT_TRANSLATION=ON -DCMAKE_BUILD_TYPE=Release
make translation