mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-03-10 12:18:15 +01:00
Add LC_ALL
This commit is contained in:
parent
ba4a01728b
commit
f3bd61075f
11
.github/workflows/boxes.yml
vendored
11
.github/workflows/boxes.yml
vendored
@ -48,6 +48,11 @@ jobs:
|
|||||||
|
|
||||||
build-mac:
|
build-mac:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
env:
|
||||||
|
LANG: C
|
||||||
|
LC_ALL: C
|
||||||
|
LEX: /usr/local/opt/flex/bin/flex
|
||||||
|
YACC: /usr/local/opt/bison/bin/bison
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
@ -60,15 +65,15 @@ jobs:
|
|||||||
echo '/usr/local/opt/findutils/libexec/gnubin' >> $GITHUB_PATH
|
echo '/usr/local/opt/findutils/libexec/gnubin' >> $GITHUB_PATH
|
||||||
|
|
||||||
- name: make cov
|
- name: make cov
|
||||||
run: make cov LEX=/usr/local/opt/flex/bin/flex YACC=/usr/local/opt/bison/bin/bison
|
run: make cov
|
||||||
|
|
||||||
# This uses ld --wrap to mock the cmocka functions but
|
# This uses ld --wrap to mock the cmocka functions but
|
||||||
# macOS ld does not support --wrap
|
# macOS ld does not support --wrap
|
||||||
#- name: Run white-box tests
|
#- name: Run white-box tests
|
||||||
#run: make utest LEX=/usr/local/opt/flex/bin/flex YACC=/usr/local/opt/bison/bin/bison
|
#run: make utest
|
||||||
|
|
||||||
- name: Run black-box tests
|
- name: Run black-box tests
|
||||||
run: make covtest LEX=/usr/local/opt/flex/bin/flex YACC=/usr/local/opt/bison/bin/bison
|
run: make covtest
|
||||||
|
|
||||||
- name: Coveralls
|
- name: Coveralls
|
||||||
uses: coverallsapp/github-action@v2
|
uses: coverallsapp/github-action@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user