Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2020-06-14 13:19:46 +0300
committerRalph Giles <giles@thaumas.net>2020-06-14 13:19:46 +0300
commitf34d1ad9d8e423393411f17c8aeba0edb5317311 (patch)
treee55aaddae2bc4a086b0142f522256ce5ee49ecfb
parent9b66cba103329a393b859d48022f189413ede9e1 (diff)
fixup gitlab-ci: job extends typogitlab-ci
-rw-r--r--.gitlab-ci.yml10
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