travis: MinGW build on Travis CI
... 1. updated submodule libressl 2. suggestion from @jroweboy
This commit is contained in:
parent
edcea90948
commit
7db0588d6b
8 changed files with 234 additions and 1 deletions
3
.travis/linux-mingw/build.sh
Executable file
3
.travis/linux-mingw/build.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue