X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/6e2ed9da91cbdb2e91c356e6bb35916066297d9f..9dcb9e16960e48546be5c79d27db28256d71079f:/.appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml index 496a3a3e..59ae886b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,6 +1,7 @@ -version: 3.6-dev_{build} +version: 4_{build} clone_depth: 10 install: + - c:\msys64\usr\bin\sh.exe -lc "pacman -Sy --noconfirm git" - c:\msys64\usr\bin\sh.exe -lc "uname -a" - c:\msys64\usr\bin\sh.exe -lc "cat /proc/cpuinfo" - c:\msys64\usr\bin\sh.exe -lc "cat /proc/meminfo" @@ -8,6 +9,10 @@ install: - ps: Push-AppveyorArtifact cygcheck.log build_script: - c:\msys64\usr\bin\sh.exe -lc "cd $APPVEYOR_BUILD_FOLDER; sh .appveyor-build.sh" - - c:\msys64\usr\bin\sh.exe -lc "cd $APPVEYOR_BUILD_FOLDER/build/bin; ./charybdis -version" +# - c:\msys64\usr\bin\sh.exe -lc "cd $APPVEYOR_BUILD_FOLDER/build/bin; ./charybdis -version" on_failure: - ps: Push-AppveyorArtifact config.log + - ps: Push-AppveyorArtifact librb\include\librb-config.h +branches: + except: + - release/3.5