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

build pipeline stage update

parent 69949b8b
No related branches found
No related tags found
No related merge requests found
Pipeline #74361 failed
...@@ -5,8 +5,8 @@ stages: ...@@ -5,8 +5,8 @@ stages:
before_script: before_script:
# the 2 following steps make sure that the required building tool (meson) is installed on the runner # the 2 following steps make sure that the required building tool (meson) is installed on the runner
- sudo apt-get update && apt-get install -y python3-pip ninja-build - apt-get update && apt-get install -y python3-pip ninja-build
- sudo pip3 install meson - pip3 install meson
build-job : build-job :
stage: build stage: build
......
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