diff --git a/.drone.yml b/.drone.yml index fa37340..5894f36 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,10 +32,6 @@ steps: - name: test-release-windows image: deukhoofd/windowsbuilder commands: - - update-alternatives --set i686-w64-mingw32-gcc /usr/bin/i686-w64-mingw32-gcc-posix - - update-alternatives --set i686-w64-mingw32-g++ /usr/bin/i686-w64-mingw32-g++-posix - - update-alternatives --set x86_64-w64-mingw32-gcc /usr/bin/x86_64-w64-mingw32-gcc-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 --build build-release-windows --target all -- -j 4 - export WINEARCH=win64 @@ -67,6 +63,6 @@ volumes: path: /home/docs/Arbutils --- kind: signature -hmac: 8ddbae90cccc2e7abc009880a801610bbcadd334a1a6180717cca68feea48afb +hmac: b301228d1bb95a9019f4e61f9116803f81b1dd8ec85e2d0c67e560d8f0838ae6 ...