ci: compile -O0 and -g to improve coverage reports

This commit is contained in:
Boris Faure 2019-01-12 17:17:43 +01:00
parent a99955d85b
commit d29b7a52d6
1 changed files with 5 additions and 1 deletions

View File

@ -27,7 +27,11 @@ jobs:
steps:
- restore_cache:
key: checkout-{{ .Environment.CIRCLE_SHA1 }}
- run: |
- run:
name: compile_gcc
environment:
CFLAGS: -O0 -g
command: |
cd /terminology
meson -Dtests=true -Dfuzzing=true -Db_coverage=true . build
meson configure build