More fixes for CI
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Deukhoofd 2019-06-06 20:28:00 +02:00
parent 043ab5dd7e
commit 29561c7ef5
No known key found for this signature in database
GPG Key ID: B4C087AC81641654
1 changed files with 1 additions and 1 deletions

View File

@ -20,5 +20,5 @@ steps:
image: dockcross/windows-static-x64 image: dockcross/windows-static-x64
commands: commands:
- cmake -DCMAKE_BUILD_TYPE=Release . -B build-release - cmake -DCMAKE_BUILD_TYPE=Release . -B build-release
- mingw32-make --build build-release --target all -- -j 4 - cmake --build build-release --target all -- -j 4
- build-release/PorygonLangTests -s - build-release/PorygonLangTests -s