Skip to content
Snippets Groups Projects
Commit 17fbcdab authored by ewbo4360's avatar ewbo4360 :sunflower:
Browse files

build pipeline stage update

parent 44fca14f
No related branches found
No related tags found
No related merge requests found
Pipeline #74374 failed
......@@ -8,11 +8,9 @@ stages:
before_script:
# the 2 following steps make sure that the required building tool (meson) is installed on the runner
- apt-get update && apt-get install -y python3-pip ninja-build
- pip3 install meson
# this is for all the other necessary dependencies
#and also that all the other external dependencies are here (this will be part of a container later)
- sudo apt-get install -y --no-install-recommends \
${{ matrix.packages }} \
meson \
ccache \
libfmt-dev \
libgtest-dev \
......@@ -43,6 +41,7 @@ before_script:
libsqlite3-dev \
libchromaprint-dev \
libgcrypt20-dev
# This sets up the meson envt
- meson setup \
-Ddocumentation=disabled \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment