Revert "Remove libwinpthread copy action from drone, as we should no longer depend on it."
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This reverts commit 545a220f
This commit is contained in:
parent
545a220fd6
commit
d15f4b333e
|
@ -69,6 +69,7 @@ steps:
|
||||||
- update-alternatives --set x86_64-w64-mingw32-g++ /usr/bin/x86_64-w64-mingw32-g++-posix
|
- 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 -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
|
- 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
|
- export WINEARCH=win64
|
||||||
- wine build-release-windows/pkmnLibTests.exe -s --duration=true --force-colors=true
|
- wine build-release-windows/pkmnLibTests.exe -s --duration=true --force-colors=true
|
||||||
- name: conan-deploy
|
- name: conan-deploy
|
||||||
|
|
Loading…
Reference in New Issue