travis: Add missing flags for flatpak build

This commit is contained in:
Pengfei Zhu 2018-11-30 18:11:00 +08:00 committed by GitHub
parent 7e90abec78
commit 28d089c8f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,7 +103,9 @@ cat > /tmp/org.citra.$REPO_NAME.json <<EOF
"-DCMAKE_BUILD_TYPE=Release",
"-DENABLE_QT_TRANSLATION=ON",
"-DCITRA_ENABLE_COMPATIBILITY_REPORTING=ON",
"-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON"
"-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON",
"-DUSE_DISCORD_PRESENCE=ON",
"-DENABLE_SCRIPTING=ON"
],
"cleanup": [
"/bin/citra",