create mingw docker image
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM gcc:latest
|
||||
FROM mwaeckerlin/mingw:latest
|
||||
|
||||
COPY ./build.sh /tmp/
|
||||
|
||||
|
@ -10,8 +10,6 @@ git checkout conansupport
|
||||
|
||||
conan profile new default --detect --force # Generates default profile detecting GCC and sets old ABI
|
||||
conan profile update settings.compiler.libcxx=libstdc++11 default # Sets libcxx to C++11 ABI
|
||||
conan remote add bintray https://api.bintray.com/conan/lheili/LibConfig --force
|
||||
conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan --force
|
||||
mkdir -p build # create build folder
|
||||
CONAN_SYSREQUIRES_MODE=enabled CONAN_SYSREQUIRES_SUDO=0 conan install . --build=missing
|
||||
|
||||
|
Reference in New Issue
Block a user