1
0
Fork 0
nagios-nrpe/.travis.yml
Daniel Baumann e3fe184eee
Adding upstream version 4.1.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 14:36:40 +02:00

13 lines
153 B
YAML

language: c
sudo: enabled
dist:
- trusty
compiler:
- clang
- gcc
script: ./configure && make all && sudo ./test-wrapper
arch:
- amd64
- ppc64le