]> jfr.im git - solanum.git/blame - .appveyor.yml
appveyor: blah gcc check
[solanum.git] / .appveyor.yml
CommitLineData
4acd32f7
AC
1version: 3.6-dev_{build}
2clone_depth: 10
3install:
b7029c8a 4 - c:\msys64\usr\bin\sh.exe -lc "pacman -S --noconfirm mingw-w64-x86_64-openssl"
4acd32f7
AC
5 - c:\msys64\usr\bin\sh.exe -lc "echo 'Building on:'"
6 - c:\msys64\usr\bin\sh.exe -lc "uname -a"
7 - c:\msys64\usr\bin\sh.exe -lc "cat /proc/cpuinfo"
8 - c:\msys64\usr\bin\sh.exe -lc "cat /proc/meminfo"
9 - c:\msys64\usr\bin\sh.exe -lc "cygcheck -s -v > $APPVEYOR_BUILD_FOLDER/cygcheck.log 2>&1"
2677b171 10 - c:\msys64\usr\bin\sh.exe -lc "/mingw64/bin/x86_64-w64-mingw32-gcc.exe -v"
4acd32f7
AC
11 - ps: Push-AppveyorArtifact cygcheck.log
12build_script:
13 - c:\msys64\usr\bin\sh.exe -lc "cd $APPVEYOR_BUILD_FOLDER; ./autogen.sh < /dev/null"
1ad16a50 14 - c:\msys64\usr\bin\sh.exe -lc "cd $APPVEYOR_BUILD_FOLDER; env CC=/mingw64/bin/x86_64-w64-mingw32-gcc.exe ./configure --prefix=$APPVEYOR_BUILD_FOLDER/build --enable-openssl=/mingw64 < /dev/null"
4acd32f7
AC
15 - c:\msys64\usr\bin\sh.exe -lc "cd $APPVEYOR_BUILD_FOLDER; make -j2 < /dev/null"
16 - c:\msys64\usr\bin\sh.exe -lc "cd $APPVEYOR_BUILD_FOLDER; make install < /dev/null"
17 - c:\msys64\usr\bin\sh.exe -lc "cd $APPVEYOR_BUILD_FOLDER/build/bin; ./charybdis -version"
18