diff options
| -rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 328b2c25..8fd11439 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,25 +34,25 @@ cmake: - make -f Makefile.unix ${FLAGS} clean unix.float: - extends: .make + extends: .unix unix.float.lrintf: - extends: .make + extends: .unix variables: CFLAGS: -DHAVE_LRINTF unix.float.vararrays: - extends: .make + extends: .unix variables: CFLAGS: -DVAR_ARRAYS unix.fixed: - extends: .make + extends: .unix variables: FLAGS: FIXED_POINT=1 unix.fixed.vararrays: - extends: .make + extends: .unix variables: FLAGS: FIXED_POINT=1 CFLAGS: -DVAR_ARRAYS |
