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: - restore_cache:
key: checkout-{{ .Environment.CIRCLE_SHA1 }} key: checkout-{{ .Environment.CIRCLE_SHA1 }}
- run: - run:
name: compile_gcc name: Compile with GCC
environment: environment:
CFLAGS: -O0 -g CFLAGS: -O0 -g
command: | command: |
cd /terminology cd /terminology
meson -Dtests=true -Dfuzzing=true -Db_coverage=true . build meson -Dtests=true -Dfuzzing=true -Db_coverage=true . build
meson configure build meson configure build
cd build cd build
ninja ninja
- save_cache: - save_cache:
key: build_gcc-{{ .Environment.CIRCLE_SHA1 }} key: build_gcc-{{ .Environment.CIRCLE_SHA1 }}
paths: paths: