]> jfr.im git - solanum.git/blame - .appveyor-build.sh
Merge pull request #174 from staticfox/morecleanup
[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 5sh ./autogen.sh
f5e99138 6./configure --prefix=c:/projects/charybdis/build --enable-openssl=/mingw64 --build=x86_64-pc-mingw64 --host=x86_64-pc-mingw64
1a79eced
AC
7make -j2
8make install