From 147710b6b3cf24eba6ecda71eaee0ffe9436306b Mon Sep 17 00:00:00 2001 From: Deukhoofd <deukhoofd@gmail.com> Date: Tue, 31 Dec 2019 19:27:44 +0100 Subject: [PATCH] Give Windows build proper conan remote. --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 5078380..3adc237 100644 --- a/.drone.yml +++ b/.drone.yml @@ -49,6 +49,7 @@ steps: STRIP: x86_64-w64-mingw32-strip RC: x86_64-w64-mingw32-windres commands: + - conan remote add epsilon-public https://packages.p-epsilon.com/artifactory/api/conan/epsilon-public - 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