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:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3a566dc..c0029a5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -178,6 +178,21 @@ build-debian-bitdepth-16:
-Dbitdepths=16
- ninja -C build
+build-debian-avx:
+ extends: .debian-amd64-common
+ tags:
+ - docker
+ - avx2
+ - amd64
+ variables:
+ CFLAGS: '-mavx'
+ script:
+ - meson build --buildtype debug
+ --werror
+ - ninja -C build
+ - cd build
+ - time meson test -v --suite checkasm
+
build-win32:
extends: .debian-amd64-common
script: