diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:21:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:21:12 +0000 |
commit | fa618ad4282bbbbd35ee53dcd71fed599fec9e68 (patch) | |
tree | 9dfd8920b74d0bdcfdd3f663fcc8e74701cf095b /.travis.yml | |
parent | Initial commit. (diff) | |
download | nagios-nrpe-upstream.tar.xz nagios-nrpe-upstream.zip |
Adding upstream version 4.1.0.upstream/4.1.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..2a876e7 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ + + +language: c +sudo: enabled +dist: + - trusty +compiler: + - clang + - gcc +script: ./configure && make all && sudo ./test-wrapper +arch: + - amd64 + - ppc64le |