More CI tweaks
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2019-06-25 15:38:55 +02:00
parent 2284e68ea0
commit cfd558b718
Signed by: Deukhoofd
GPG Key ID: ADF2E9256009EDCE
1 changed files with 2 additions and 2 deletions

View File

@ -7,14 +7,14 @@ steps:
commands:
- cmake -DCMAKE_BUILD_TYPE=Debug . -B build-debug
- 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
image: dockcross/linux-x64
commands:
- cmake -DCMAKE_BUILD_TYPE=Release . -B build-release
- 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
# image: deukhoofd/dockcross-windows