mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-27 14:26:37 +02:00
11 lines
248 B
YAML
11 lines
248 B
YAML
language: c
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
script: extras/build-tests/select-config $BUILDCONFIG && ./Config -quick && make
|
|
env:
|
|
- BUILDCONFIG=""
|
|
- BUILDCONFIG="system-cares"
|
|
- BUILDCONFIG="system-cares system-curl"
|
|
- BUILDCONFIG="local-curl"
|