ci: tweak config

This commit is contained in:
Boris Faure 2019-01-12 17:24:07 +01:00
parent d29b7a52d6
commit 9b9e50a6b1
1 changed files with 9 additions and 9 deletions

View File

@ -28,15 +28,15 @@ jobs:
- restore_cache:
key: checkout-{{ .Environment.CIRCLE_SHA1 }}
- run:
name: compile_gcc
environment:
CFLAGS: -O0 -g
command: |
cd /terminology
meson -Dtests=true -Dfuzzing=true -Db_coverage=true . build
meson configure build
cd build
ninja
name: Compile with GCC
environment:
CFLAGS: -O0 -g
command: |
cd /terminology
meson -Dtests=true -Dfuzzing=true -Db_coverage=true . build
meson configure build
cd build
ninja
- save_cache:
key: build_gcc-{{ .Environment.CIRCLE_SHA1 }}
paths: