More fixes for CI
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
043ab5dd7e
commit
29561c7ef5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue