0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-02 01:59:33 +02:00
construct/.appveyor.yml

31 lines
691 B
YAML
Raw Normal View History

2016-05-15 03:14:08 +02:00
version: master_{build}
2019-04-04 08:04:55 +02:00
clone_depth: 1
services:
- docker
environment:
COMMAND: ./autogen.sh && ./configure --enable-assert && make install && construct -smoketest localhost
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu1804
DOCKER_IMAGE: jevolk/construct:ubuntu-18.04-clang-9
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu1804
DOCKER_IMAGE: jevolk/construct:ubuntu-18.04-gcc-8
2019-04-04 08:04:55 +02:00
for:
-
build_script:
- docker run -v `pwd`:/build "${DOCKER_IMAGE}" /bin/bash -c "${COMMAND}"
2019-04-04 08:04:55 +02:00
matrix:
fast_finish: true
2019-04-04 08:04:55 +02:00
notifications:
- provider: Webhook
url: http://zemos.net:8448/webhook
on_build_success: true
on_build_failure: true
on_build_status_changed: true