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

build pipeline stage update

parent df45b8bf
No related branches found
No related tags found
No related merge requests found
Pipeline #74368 failed
......@@ -2,18 +2,23 @@ stages:
- build
- test
- deploy
variables:
$CI_BUILDS_DIR : ./build/
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
build-job :
stage: build
image: ubuntu:22.04
script:
- echo "Hello, $GITLAB_USER_LOGIN!"
- meson --help && meson compile --verbose
- meson setup $CI_BUILDS_DIR
- meson compile --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