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

build pipeline stage update

parent f2d08620
No related branches found
No related tags found
No related merge requests found
Pipeline #74369 failed
......@@ -4,7 +4,7 @@ stages:
- deploy
variables:
$CI_BUILDS_DIR : ./build/
$CI_BUILDS_DIR : /builds/ewbo4360/devops_wise24_ewbo/MPD
before_script:
# the 2 following steps make sure that the required building tool (meson) is installed on the runner
......@@ -17,7 +17,7 @@ build-job :
image: ubuntu:22.04
script:
- echo "Hello, $GITLAB_USER_LOGIN!"
- meson setup $CI_BUILDS_DIR
- cd MPD && meson setup $CI_BUILDS_DIR
- meson compile --verbose
test-job1:
......
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