Slight tweaks for CI
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
48224afe45
commit
2284e68ea0
|
@ -7,14 +7,14 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- cmake -DCMAKE_BUILD_TYPE=Debug . -B build-debug
|
- cmake -DCMAKE_BUILD_TYPE=Debug . -B build-debug
|
||||||
- cmake --build build-debug --target all -- -j 4
|
- cmake --build build-debug --target all -- -j 4
|
||||||
- build-debug/PorygonLangTests -s
|
- build-debug/PorygonLangTests --durations --use-colour yes
|
||||||
|
|
||||||
- name: test-release-linux
|
- name: test-release-linux
|
||||||
image: dockcross/linux-x64
|
image: dockcross/linux-x64
|
||||||
commands:
|
commands:
|
||||||
- cmake -DCMAKE_BUILD_TYPE=Release . -B build-release
|
- cmake -DCMAKE_BUILD_TYPE=Release . -B build-release
|
||||||
- cmake --build build-release --target all -- -j 4
|
- cmake --build build-release --target all -- -j 4
|
||||||
- build-release/PorygonLangTests -s
|
- build-release/PorygonLangTests --durations --use-colour yes
|
||||||
|
|
||||||
# - name: test-release-windows
|
# - name: test-release-windows
|
||||||
# image: deukhoofd/dockcross-windows
|
# image: deukhoofd/dockcross-windows
|
||||||
|
|
Loading…
Reference in New Issue