Skip to content
Snippets Groups Projects
Commit f34d1ad9 authored by Ralph Giles's avatar Ralph Giles
Browse files

fixup gitlab-ci: job extends typo

parent 9b66cba1
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment