From 3e96d2fd76962d437415575614aefc5a6fc17b9f Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Sat, 15 Aug 2020 14:32:38 +0200 Subject: [PATCH] Dont include test for stack trace on Windows. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7b0369a..2ff0405 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,7 +38,7 @@ steps: - cmake --build build-release-windows --target all -- -j 4 - export WINEARCH=win64 - cp /usr/x86_64-w64-mingw32/lib/libwinpthread-1.dll /drone/src/build-release-windows/ - - wine build-release-windows/ArbutilsTests.exe -s + - wine build-release-windows/ArbutilsTests.exe -s exclude:"Throw exception get stack trace" - name: conan-deploy image: deukhoofd/linux64builder environment: