diff options
Diffstat (limited to '.github')
-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 | ||