2016-05-15 03:14:08 +02:00
|
|
|
version: master_{build}
|
2016-03-21 01:50:33 +01:00
|
|
|
clone_depth: 10
|
|
|
|
install:
|
2016-03-21 03:39:25 +01:00
|
|
|
- c:\msys64\usr\bin\sh.exe -lc "pacman -Sy --noconfirm git"
|
2016-03-21 01:50:33 +01: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:
|
2018-06-16 07:50:15 +02:00
|
|
|
- c:\msys64\usr\bin\sh.exe -lc "cd $APPVEYOR_BUILD_FOLDER; sh tools/appveyor-build.sh"
|
2016-03-21 05:00:30 +01:00
|
|
|
# - c:\msys64\usr\bin\sh.exe -lc "cd $APPVEYOR_BUILD_FOLDER/build/bin; ./charybdis -version"
|
2016-03-21 02:20:50 +01:00
|
|
|
on_failure:
|
|
|
|
- ps: Push-AppveyorArtifact config.log
|
2016-07-16 20:02:58 +02:00
|
|
|
- ps: Push-AppveyorArtifact include\rb\config.h
|
2016-04-03 00:47:23 +02:00
|
|
|
branches:
|
|
|
|
except:
|
|
|
|
- release/3.5
|