travis: Add linux build script from citra

This commit is contained in:
zhupengfei
2020-04-22 22:27:02 +08:00
parent 11e728ac4e
commit e6b9e8c5bf
4 changed files with 26 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash -ex
mkdir -p "$HOME/.ccache"
docker run -v $(pwd):/threeSD -v "$HOME/.ccache":/root/.ccache citraemu/build-environments:linux-fresh /bin/bash -ex /threeSD/.travis/linux/docker.sh