|
@@ -11,6 +11,4 @@ curl -O -L http://mirrors.kernel.org/ubuntu/pool/universe/m/mingw-w64/mingw-w64-
|
|
curl -O -L http://mirrors.kernel.org/ubuntu/pool/universe/m/mingw-w64/mingw-w64-x86-64-dev_10.0.0-3_all.deb \
|
|
curl -O -L http://mirrors.kernel.org/ubuntu/pool/universe/m/mingw-w64/mingw-w64-x86-64-dev_10.0.0-3_all.deb \
|
|
&& sudo dpkg -i mingw-w64-x86-64-dev_10.0.0-3_all.deb;
|
|
&& sudo dpkg -i mingw-w64-x86-64-dev_10.0.0-3_all.deb;
|
|
|
|
|
|
-mkdir ~/.conan ; cd ~/.conan
|
|
|
|
-curl -L "https://github.com/vcmi/vcmi-dependencies/releases/download/1.2/dependencies-mingw.tgz" \
|
|
|
|
- | tar -xzf -
|
|
|
|
|
|
+. CI/install_conan_dependencies.sh "dependencies-mingw"
|