More work for Windows CI changes.
continuous-integration/drone/push Build is failing Details
continuous-integration/drone Build is passing Details

This commit is contained in:
Deukhoofd 2021-10-02 15:09:07 +02:00
parent ba78f51ff5
commit 0ebac13c14
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 1 additions and 5 deletions

View File

@ -2,9 +2,6 @@
kind: pipeline
name: default
workspace:
path: /home/build
type: docker
steps:
- name: test-debug-linux
@ -51,12 +48,11 @@ steps:
commands:
- cmake -GNinja -DCMAKE_BUILD_TYPE=Release . -B build-release-windows -D CMAKE_C_COMPILER=/usr/bin/x86_64-w64-mingw32-gcc -D CMAKE_CXX_COMPILER=x86_64-w64-mingw32-g++ -DWINDOWS=ON -DSTATICC=ON -DTESTS=ON -DSHARED=ON
- cmake --build build-release-windows --target all -- -j 4
- find . -name '*.so*' -exec cp {} . \;
- find . -name '*.dll*' -exec cp {} . \;
- export WINEARCH=win64
- wine64 build-release-windows/pkmnLibTests.exe -s --duration=true --force-colors=true
---
kind: signature
hmac: 952604069281c28e277b70581e66559a4b30d93cc4c0534bd90616d57916e6f1
hmac: 72d8b9f3bc34aa773df18741607d197ffaff94e6692deb55cc139715e1726755
...