mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 12:15:12 +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]
|
||||
jobs:
|
||||
compile:
|
||||
|
|
@ -23,7 +23,10 @@ jobs:
|
|||
- name: Clone Parsee
|
||||
uses: actions/checkout@v3
|
||||
- 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
|
||||
run: 'make install'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue