Dont include test for stack trace on Windows.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2020-08-15 14:32:38 +02:00
parent 168c45cb3b
commit 3e96d2fd76
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 1 additions and 1 deletions

View File

@ -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: