mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-02-20 19:02:50 +01:00
Fix CI build flags.
This commit is contained in:
parent
1967974f00
commit
28b3fa5bab
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
- name: install prerequisites
|
- name: install prerequisites
|
||||||
run: sudo apt-get install -y zlib1g-dev
|
run: sudo apt-get install -y zlib1g-dev
|
||||||
- name: make
|
- name: make
|
||||||
run: make 'COMMONFLAGS="-g -fsanitize=address"'
|
run: make 'COMMONFLAGS=-g -fsanitize=address'
|
||||||
- name: test
|
- name: test
|
||||||
env:
|
env:
|
||||||
ASAN_OPTIONS: leak_check_at_exit=false
|
ASAN_OPTIONS: leak_check_at_exit=false
|
||||||
@ -31,6 +31,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: make
|
- name: make
|
||||||
run: make 'COMMONFLAGS="-g -fsanitize=address"'
|
run: make 'COMMONFLAGS=-g -fsanitize=address'
|
||||||
- name: test
|
- name: test
|
||||||
run: make test
|
run: make test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user