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

build pipeline stage update

parent 4dcfe917
No related branches found
No related tags found
No related merge requests found
Pipeline #74358 failed
......@@ -5,14 +5,14 @@ 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
- sudo apt-get update && apt-get install -y python3-pip ninja-build
- sudo pip3 install meson
build-job :
stage: build
script:
- echo "Hello, $GITLAB_USER_LOGIN!"
- meson compile -C --verbose
- meson compile -C output/full --verbose
test-job1:
stage: test
......
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