2016-05-15 03:14:08 +02:00
|
|
|
version: master_{build}
|
2019-04-04 08:04:55 +02:00
|
|
|
clone_depth: 1
|
|
|
|
|
|
|
|
image:
|
|
|
|
- Ubuntu1804
|
|
|
|
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
|
2016-03-21 01:50:33 +01:00
|
|
|
build_script:
|
2019-06-22 05:13:23 +02:00
|
|
|
- docker run -v `pwd`:/build mujx/construct-ci:18.04 /bin/bash -c "./autogen.sh && ./configure --enable-assert && make install && construct -smoketest localhost"
|
2019-04-04 08:04:55 +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"
|
2019-04-04 08:04:55 +02:00
|
|
|
|
|
|
|
#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"
|
|
|
|
# - c:\msys64\usr\bin\sh.exe -lc "cygcheck -s -v > $APPVEYOR_BUILD_FOLDER/cygcheck.log 2>&1"
|
|
|
|
# - ps: Push-AppveyorArtifact cygcheck.log
|
|
|
|
|
|
|
|
#on_failure:
|
|
|
|
# - ps: Push-AppveyorArtifact config.log
|
|
|
|
# - ps: Push-AppveyorArtifact include\ircd\config.h
|
|
|
|
|
|
|
|
notifications:
|
|
|
|
- provider: Webhook
|
|
|
|
url: http://zemos.net:8448/webhook
|
|
|
|
on_build_success: true
|
|
|
|
on_build_failure: true
|
|
|
|
on_build_status_changed: true
|