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