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

build pipeline stage update

parent 79a403a6
No related branches found
No related tags found
No related merge requests found
Pipeline #74370 failed
......@@ -3,8 +3,8 @@ stages:
- test
- deploy
variables:
$CI_BUILDS_DIR : /builds/ewbo4360/devops_wise24_ewbo/MPD
# variables:
# $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,8 @@ build-job :
image: ubuntu:22.04
script:
- echo "Hello, $GITLAB_USER_LOGIN!"
- cd MPD && meson setup $CI_BUILDS_DIR
- ls
# 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