mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-12 17:34:46 +02:00
14 lines
235 B
YAML
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"
|