Skip to content
Snippets Groups Projects
Commit 0d7aa95d authored by Henrik Gramner's avatar Henrik Gramner Committed by Henrik Gramner
Browse files

ci: Add a test for x86-64 with 16-byte stack alignment

parent 89518ccd
No related branches found
No related tags found
No related merge requests found
......@@ -270,6 +270,26 @@ test-debian:
- cd build && time meson test -v
dependencies: []
test-debian-unaligned-stack:
image: registry.videolan.org:5000/dav1d-debian-unstable:20190215130514
stage: test
tags:
- debian
- amd64
cache:
key: testdata.git-20190215
paths:
- cache/dav1d-test-data.git/
script:
- test -d cache || mkdir cache
- test -d cache/dav1d-test-data.git && GIT_DIR=cache/dav1d-test-data.git git fetch --refmap=refs/heads/master:refs/heads/master origin master
- test -d cache/dav1d-test-data.git || git clone --bare https://code.videolan.org/videolan/dav1d-test-data.git cache/dav1d-test-data.git
- git clone cache/dav1d-test-data.git tests/dav1d-test-data
- meson build --buildtype release -Dtestdata_tests=true -Dlogging=false -Dstack_alignment=16
- ninja -C build
- cd build && time meson test -v
dependencies: []
test-debian-asan:
image: registry.videolan.org:5000/dav1d-debian-unstable:20190215130514
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment