From 545a220fd6d9528be29b089922526e772f5ad681 Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Tue, 29 Sep 2020 20:03:31 +0200 Subject: [PATCH] Remove libwinpthread copy action from drone, as we should no longer depend on it. --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c99b7aa..f3e7d24 100644 --- a/.drone.yml +++ b/.drone.yml @@ -69,7 +69,6 @@ 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