]> jfr.im git - irc/freenode/solanum.git/blame - .appveyor-build.sh
Remove shared blocks
[irc/freenode/solanum.git] / .appveyor-build.sh
CommitLineData
1a79eced
WP
1set -v
2
45c58544 3export MSYSTEM=MINGW64
1a79eced
WP
4export PATH=/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
5
1a79eced 6sh ./autogen.sh
a6f63a82 7./configure --prefix=c:/projects/solanum/build --enable-openssl=/mingw64
1a79eced
WP
8make -j2
9make install