mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
ci: Fetch tags by default before building
The CI for merge requests is failing because the meson script is unable to parse the version. With some print debugging I determined that the version string being generated on the CI is empty because it has no git tags. I've added a command to fetch the tags before the build.
This commit is contained in:
parent
1699a78f5b
commit
6358bcdf15
1 changed files with 2 additions and 0 deletions
|
|
@ -106,6 +106,8 @@ build-meson:
|
|||
- cd meson-0.63.2
|
||||
- python3 setup.py install
|
||||
- cd ..
|
||||
# needed to generate a version
|
||||
- git fetch https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git --tags
|
||||
# Do the actual build
|
||||
- meson build -Dwebrtc-aec=enabled
|
||||
- cd build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue