Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
dav1d
Commits
98fb45e0
Commit
98fb45e0
authored
Sep 27, 2018
by
Janne Grunau
Browse files
CI: generate include/version.h explicitly until
!3
is merged
parent
b3be34bf
Pipeline
#441
passed with stage
in 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
98fb45e0
...
...
@@ -9,6 +9,7 @@ build-debian:
-
amd64
script
:
-
meson build --buildtype release
-
ninja -v -C build include/version.h
-
ninja -v -C build
build-win32
:
...
...
@@ -18,6 +19,7 @@ build-win32:
-
win32
script
:
-
meson build --buildtype release --cross-file /opt/crossfiles/i686-w64-mingw32.meson
-
ninja -v -C build include/version.h
-
ninja -v -C build
build-win64
:
...
...
@@ -27,4 +29,5 @@ build-win64:
-
win64
script
:
-
meson build --buildtype release --cross-file /opt/crossfiles/x86_64-w64-mingw32.meson
-
ninja -v -C build include/version.h
-
ninja -v -C build
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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