diff options
author | Lorenz Kästle <lorenz.kaestle@netways.de> | 2023-03-09 10:37:57 (GMT) |
---|---|---|
committer | Lorenz Kästle <lorenz.kaestle@netways.de> | 2023-03-09 10:37:57 (GMT) |
commit | 305d1529f8a6a221eddf558710b89d5697fae6bc (patch) | |
tree | d1c6d8fca3eac4511f8a64e66a18678cb1201a0c | |
parent | 79d7e6a2df85e27641826fcc49c547cbc7dc0a77 (diff) | |
download | monitoring-plugins-305d1529f8a6a221eddf558710b89d5697fae6bc.tar.gz |
Remove make check and distcheck since they do not work, also more warnings
-rw-r--r-- | .github/workflows/c-cpp.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 32383ee..6c8b63c 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml | |||
@@ -17,11 +17,7 @@ jobs: | |||
17 | run: sudo apt-get install gettext | 17 | run: sudo apt-get install gettext |
18 | - name: setup | 18 | - name: setup |
19 | run: ./tools/setup | 19 | run: ./tools/setup |
20 | - name: configure | 20 | - name: CFLAGS="-Wall -Wextra -std=c90" configure |
21 | run: ./configure | 21 | run: ./configure |
22 | - name: make | 22 | - name: make |
23 | run: make | 23 | run: make |
24 | - name: make check | ||
25 | run: make check | ||
26 | - name: make distcheck | ||
27 | run: make distcheck | ||