mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 15:15:10 +00:00
[CI] Be stringent on flags
This commit is contained in:
parent
a7c06bdb5c
commit
3ae262c452
1 changed files with 5 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
name: Checks Parsee's correctness on GCC
|
name: Checks Parsee's correctness on GCC+Debian
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
compile:
|
compile:
|
||||||
|
|
@ -23,7 +23,10 @@ jobs:
|
||||||
- name: Clone Parsee
|
- name: Clone Parsee
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Build Parsee
|
- name: Build Parsee
|
||||||
run: 'make && make ayadoc'
|
run: >
|
||||||
|
echo 'CFLAGS=-Werror -Wall -Wextra -pedantic' >> build.conf
|
||||||
|
cat build.conf
|
||||||
|
make && make ayadoc
|
||||||
- name: Install Parsee
|
- name: Install Parsee
|
||||||
run: 'make install'
|
run: 'make install'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue