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

build pipeline stage update build and unit tests should work

parent ecc1882d
No related branches found
No related tags found
No related merge requests found
Pipeline #74495 passed
......@@ -68,6 +68,7 @@ build-job :
test-job1:
stage: test
image: ubuntu:24.04
script:
- echo "This job is for untit-tests"
- meson test -C output/full --verbose
......@@ -77,6 +78,7 @@ test-job1:
test-job2:
stage: test
image: ubuntu:24.04
script:
- echo "This job is for general tests"
# - meson compile
......@@ -86,6 +88,7 @@ test-job2:
deploy-prod:
stage: deploy
image: ubuntu:24.04
script:
- echo "This job deploys something from the $CI_COMMIT_BRANCH branch."
environment: production
......
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