travis: MinGW build on Travis CI

... 1. updated submodule libressl
    2. suggestion from @jroweboy
This commit is contained in:
liushuyu 2018-04-12 15:43:32 -06:00
parent edcea90948
commit 7db0588d6b
No known key found for this signature in database
GPG key ID: 23D1CE4534419437
8 changed files with 234 additions and 1 deletions

3
.travis/linux-mingw/build.sh Executable file
View file

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