travis: running mingw build on travis ci

This commit also fixed a broken cmake dependency with unicorn
This commit is contained in:
tech4me 2018-08-31 20:08:03 +02:00
parent c69dc5acf9
commit a8f54f96fc
12 changed files with 273 additions and 16 deletions

View file

@ -9,7 +9,9 @@ export PATH="/usr/local/opt/ccache/libexec:$PATH"
mkdir build && cd build
cmake --version
cmake .. -DYUZU_BUILD_UNICORN=ON -DCMAKE_BUILD_TYPE=Release -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON
cmake .. -DYUZU_USE_BUNDLED_UNICORN=ON -DCMAKE_BUILD_TYPE=Release -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON
make -j4
ccache -s
ctest -VV -C Release