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

Pipeline updated to build and publish artifacts to GitLab that remain...

Pipeline updated to build and publish artifacts to GitLab that remain accessible for 5min to any user on the root/artifacts directory, matrix usage for multiplatforms build will be possible eventually in further versions
parent b2a1fb14
No related branches found
No related tags found
No related merge requests found
Pipeline #74504 failed
......@@ -73,7 +73,7 @@
- echo "Hello, $GITLAB_USER_LOGIN! This is a build job"
- mkdir -p ./artifacts
- meson compile -C output/full --verbose
- ll -d ./artifacts
- cd ./artifacts; ll; cd ..
artifacts:
paths:
- output/full # Publish the built artifacts
......
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