]> jfr.im git - solanum.git/blame - .appveyor-build.sh
Merge pull request #170 from staticfox/cap_clear
[solanum.git] / .appveyor-build.sh
CommitLineData
1a79eced
AC
1set -v
2
3export 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
4
1a79eced
AC
5sh ./autogen.sh
6./configure --prefix=c:/projects/charybdis/build --enable-openssl=/mingw64
7make -j2
8make install