From cfd558b71802525de7d312077d0e9c1cc2db1fab Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Tue, 25 Jun 2019 15:38:55 +0200 Subject: [PATCH] More CI tweaks --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6e70958..357c8ae 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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