Revert "Remove libwinpthread copy action from drone, as we should no longer depend on it."
continuous-integration/drone/push Build is failing Details

This reverts commit 545a220f
This commit is contained in:
Deukhoofd 2020-09-30 18:54:15 +02:00
parent 545a220fd6
commit d15f4b333e
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ steps:
- update-alternatives --set x86_64-w64-mingw32-g++ /usr/bin/x86_64-w64-mingw32-g++-posix
- 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
- cmake --build build-release-windows --target all -- -j 4
- cp /usr/x86_64-w64-mingw32/lib/libwinpthread-1.dll /drone/src/build-release-windows/
- export WINEARCH=win64
- wine build-release-windows/pkmnLibTests.exe -s --duration=true --force-colors=true
- name: conan-deploy