Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dav1d
Manage
Activity
Members
Labels
Plan
Issues
26
Issue boards
Milestones
Wiki
Code
Merge requests
13
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
dav1d
Commits
98fb45e0
Commit
98fb45e0
authored
6 years ago
by
Janne Grunau
Browse files
Options
Downloads
Patches
Plain Diff
CI: generate include/version.h explicitly until !3 is merged
parent
b3be34bf
No related branches found
No related tags found
1 merge request
!56
CI: generate include/version.h explicitly until !3 is merged
Pipeline
#441
passed with stage
in 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-0
3 additions, 0 deletions
.gitlab-ci.yml
with
3 additions
and
0 deletions
.gitlab-ci.yml
+
3
−
0
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment