2016-03-21 00:50:33 +00:00
|
|
|
version: 3.6-dev_{build}
|
|
|
|
clone_depth: 10
|
|
|
|
install:
|
2016-03-21 02:39:25 +00:00
|
|
|
- c:\msys64\usr\bin\sh.exe -lc "pacman -Sy --noconfirm git"
|
2016-03-21 00:50:33 +00:00
|
|
|
- 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"
|
|
|
|
- c:\msys64\usr\bin\sh.exe -lc "cygcheck -s -v > $APPVEYOR_BUILD_FOLDER/cygcheck.log 2>&1"
|
|
|
|
- ps: Push-AppveyorArtifact cygcheck.log
|
|
|
|
build_script:
|
2016-03-21 02:34:03 +00:00
|
|
|
- c:\msys64\usr\bin\sh.exe -lc "cd $APPVEYOR_BUILD_FOLDER; sh .appveyor-build.sh"
|
2016-03-21 00:50:33 +00:00
|
|
|
- c:\msys64\usr\bin\sh.exe -lc "cd $APPVEYOR_BUILD_FOLDER/build/bin; ./charybdis -version"
|
2016-03-21 01:20:50 +00:00
|
|
|
on_failure:
|
|
|
|
- ps: Push-AppveyorArtifact config.log
|
2016-03-21 02:45:05 +00:00
|
|
|
- ps: Push-AppveyorArtifact librb\include\librb-config.h
|