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:
authorMatthias Dressel <code@deadcode.eu>2022-08-30 23:05:08 +0300
committerMatthias Dressel <code@deadcode.eu>2022-09-09 10:21:25 +0300
commit934713e4a65bcdb1e89884a6160fd62db081bf53 (patch)
tree2c084beeece0de8fb85c6e66b1949613fd366cfe
parent3920bd9d9dc43e82226ccd79e1bc648276245538 (diff)
CI: Disable trimming on some tests
Allow checkasm to run.
-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