More CI tweaks
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
2284e68ea0
commit
cfd558b718
|
@ -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 --durations --use-colour yes
|
- build-debug/PorygonLangTests -s --durations yes --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 --durations --use-colour yes
|
- build-release/PorygonLangTests -s --durations yes --use-colour yes
|
||||||
|
|
||||||
# - name: test-release-windows
|
# - name: test-release-windows
|
||||||
# image: deukhoofd/dockcross-windows
|
# image: deukhoofd/dockcross-windows
|
||||||
|
|
Loading…
Reference in New Issue