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

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c2f0ca2..cec6c35 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -200,6 +200,7 @@ build-debian-minimum:
script:
- meson build --buildtype release
--werror
+ -Dtrim_dsp=false
- ninja -C build
- cd build && meson test -v
@@ -659,6 +660,7 @@ test-debian-aarch64:
- meson build --buildtype release
-Dtestdata_tests=true
-Dlogging=false
+ -Dtrim_dsp=false
- ninja -C build
- cd build && time meson test -v
@@ -671,6 +673,7 @@ test-debian-ppc64le:
- meson build --buildtype release
-Dtestdata_tests=true
-Dlogging=false
+ -Dtrim_dsp=false
- ninja -C build
- cd build && time meson test -v
@@ -686,6 +689,7 @@ test-debian-armv7-clang-5:
- linux32 meson build --buildtype release
-Dtestdata_tests=true
-Dlogging=false
+ -Dtrim_dsp=false
- ninja -C build
- cd build && time meson test -v