Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
dav1d
Commits
8a19ee0e
Commit
8a19ee0e
authored
Feb 02, 2019
by
Konstantin Pavlov
Browse files
CI: Added armv7 build jobs.
parent
b0ef7643
Pipeline
#4377
passed with stages
in 7 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8a19ee0e
...
...
@@ -163,6 +163,28 @@ build-debian-werror:
-
env CC='clang-7' meson build --buildtype debug --werror
-
ninja -C build
build-debian-armv7
:
stage
:
build
image
:
registry.videolan.org:5000/dav1d-debian-unstable-armv7:20190202101732
tags
:
-
armv7
-
debian
script
:
-
meson build --buildtype release --werror
-
ninja -C build
-
cd build && meson test -v
build-debian-armv7-clang-5
:
stage
:
build
image
:
registry.videolan.org:5000/dav1d-debian-unstable-armv7:20190202101732
tags
:
-
armv7
-
debian
script
:
-
env CC=clang-5.0 CFLAGS='-integrated-as' meson build --buildtype release
-
ninja -C build
-
cd build && meson test -v
test-debian
:
image
:
registry.videolan.org:5000/dav1d-debian-unstable:20181114201132
stage
:
test
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment