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

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml22
1 files changed, 21 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 03ae775..7c25fd6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,26 @@ autoconf:
apt-get install -y libogg-dev
script:
- ./autogen.sh
- - ./configure
+ - ./configure ${CONFIG_FLAGS}
- make
- make distcheck
+
+fixed-point:
+ extends: autoconf
+ variables:
+ CONFIG_FLAGS: --enable-fixed-point
+
+no-float:
+ extends: autoconf
+ variables:
+ CONFIG_FLAGS: --enable-fixed-point --disable-float-api
+
+vorbis-psy:
+ extends: autoconf
+ variables:
+ CONFIG_FLAGS: --enable-vorbis-psy
+
+no-binaries:
+ extends: autoconf
+ variables:
+ CONFIG_FLAGS: --disable-binaries