0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-08 21:18:57 +02:00

appveyor: Add ubuntu 18.04 clang-9 to build; remove cruft.

This commit is contained in:
Jason Volk 2020-03-09 09:16:06 -07:00
parent bc2a05d563
commit dc6af158ad

View file

@ -1,28 +1,26 @@
version: master_{build}
clone_depth: 1
image:
- Ubuntu1804
services:
- docker
build_script:
- docker run -v `pwd`:/build jevolk/construct:ubuntu-18.04-gcc-8 /bin/bash -c "./autogen.sh && ./configure --enable-assert && make install && construct -smoketest localhost"
# - c:\msys64\usr\bin\sh.exe -lc "cd $APPVEYOR_BUILD_FOLDER; sh tools/appveyor-build.sh"
# - c:\msys64\usr\bin\sh.exe -lc "cd $APPVEYOR_BUILD_FOLDER/build/bin; ./charybdis -version"
environment:
COMMAND: ./autogen.sh && ./configure --enable-assert && make install && construct -smoketest localhost
#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
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu1804
DOCKER_IMAGE: jevolk/construct:ubuntu-18.04-clang-9
#on_failure:
# - ps: Push-AppveyorArtifact config.log
# - ps: Push-AppveyorArtifact include\ircd\config.h
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu1804
DOCKER_IMAGE: jevolk/construct:ubuntu-18.04-gcc-8
for:
-
build_script:
- docker run -v `pwd`:/build "${DOCKER_IMAGE}" /bin/bash -c "${COMMAND}"
matrix:
fast_finish: true
notifications:
- provider: Webhook