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
f1185fe9
Commit
f1185fe9
authored
Dec 17, 2018
by
Henrik Gramner
Browse files
CI: Add a 32-bit Linux build job
parent
c2292efc
Pipeline
#3639
passed with stages
in 6 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f1185fe9
...
...
@@ -35,6 +35,19 @@ build-debian-static:
-
ninja -C build
-
cd build && meson test -v
build-debian32
:
image
:
registry.videolan.org:5000/dav1d-debian-unstable:20181217183631
stage
:
build
tags
:
-
debian
-
amd64
script
:
-
meson build --buildtype release
--werror
--cross-file /opt/crossfiles/linux32.meson
-
ninja -C build
-
cd build && meson test -v
build-win32
:
image
:
registry.videolan.org:5000/dav1d-debian-unstable:20181114201132
stage
:
build
...
...
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