]> jfr.im git - solanum.git/blame_incremental - .appveyor-build.sh
chmode: Get elevated access for op-only queries
[solanum.git] / .appveyor-build.sh
... / ...
CommitLineData
1set -v
2
3export MSYSTEM=MINGW64
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
6sh ./autogen.sh
7./configure --prefix=c:/projects/solanum/build --enable-openssl=/mingw64
8make -j2
9make install