1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 17:34:46 +02:00
Files
unrealircd/.travis.yml
2018-04-22 18:58:41 +02:00

14 lines
235 B
YAML

language: c
os:
- linux
- osx
compiler:
- gcc
- clang
script: extras/build-tests/nix/build $BUILDCONFIG
env:
- BUILDCONFIG=""
- BUILDCONFIG="system-cares"
- BUILDCONFIG="system-cares system-curl"
- BUILDCONFIG="local-curl"