mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-06-21 02:08:02 +02:00
Explicit LEX and YACC
This commit is contained in:
parent
a14601bd09
commit
3551c4bd57
8
.github/workflows/boxes.yml
vendored
8
.github/workflows/boxes.yml
vendored
@ -53,18 +53,16 @@ jobs:
|
|||||||
|
|
||||||
- name: add-packages
|
- name: add-packages
|
||||||
run: |
|
run: |
|
||||||
brew update
|
|
||||||
brew install flex bison libunistring pcre2 ncurses diffutils lcov cmocka
|
brew install flex bison libunistring pcre2 ncurses diffutils lcov cmocka
|
||||||
brew upgrade
|
|
||||||
|
|
||||||
- name: make cov
|
- name: make cov
|
||||||
run: make cov
|
run: make cov LEX=/usr/local/opt/flex/bin/flex YACC=/usr/local/opt/bison/bin/bison
|
||||||
|
|
||||||
- name: Run white-box tests
|
- name: Run white-box tests
|
||||||
run: make utest
|
run: make utest LEX=/usr/local/opt/flex/bin/flex YACC=/usr/local/opt/bison/bin/bison
|
||||||
|
|
||||||
- name: Run black-box tests
|
- name: Run black-box tests
|
||||||
run: make covtest
|
run: make covtest LEX=/usr/local/opt/flex/bin/flex YACC=/usr/local/opt/bison/bin/bison
|
||||||
|
|
||||||
- name: Coveralls
|
- name: Coveralls
|
||||||
uses: coverallsapp/github-action@v2
|
uses: coverallsapp/github-action@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user