travis: use cmake flags and whitespace cleanup

This commit is contained in:
liushuyu 2018-04-13 19:08:41 -06:00
parent 16981d6be4
commit 2193e9b742
No known key found for this signature in database
GPG key ID: 23D1CE4534419437
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash -ex
mkdir "$HOME/.ccache" || true
docker pull ubuntu:18.04
docker run -e ENABLE_COMPATIBILITY_REPORTING -v $(pwd):/citra -v "$HOME/.ccache":/root/.ccache ubuntu:18.04 /bin/bash -ex /citra/.travis/linux-frozen/docker.sh
docker run -e ENABLE_COMPATIBILITY_REPORTING -v $(pwd):/citra -v "$HOME/.ccache":/root/.ccache ubuntu:18.04 /bin/bash -ex /citra/.travis/linux-frozen/docker.sh