Run wineconsole instead of wine for Windows tests.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Deukhoofd 2020-05-06 20:13:07 +02:00
parent 748f68b6d8
commit ab89797dac
Signed by: Deukhoofd
GPG Key ID: ADF2E9256009EDCE
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ steps:
- cp /drone/src/build-release-windows/lib/* /drone/src/build-release-windows/bin/
- cp /usr/x86_64-w64-mingw32/lib/libwinpthread-1.dll /drone/src/build-release-windows/bin/
- export WINEARCH=win64
- wine build-release-windows/bin/CreatureLibTests.exe -s
- wineconsole --backend=curses build-release-windows/bin/CreatureLibTests.exe -s
- name: conan-deploy
image: deukhoofd/linux64builder
volumes: