]> jfr.im git - solanum.git/blob - .appveyor-build.sh
authd/provider: add blacklist provider.
[solanum.git] / .appveyor-build.sh
1 set -v
2
3 export 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
5 sh ./autogen.sh
6 ./configure --prefix=c:/projects/charybdis/build --enable-openssl=/mingw64 --build=x86_64-pc-mingw64 --host=x86_64-pc-mingw64
7 make -j2
8 make install