Skip to content
Snippets Groups Projects
Commit a7a0ce14 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 5da5bada
No related branches found
No related tags found
No related merge requests found
Pipeline #74502 failed
......@@ -8,7 +8,7 @@
# (even if the pipeline jobs are already accessible on gitlab.com with the adequate access rights)
# check
stages:
- build
- test
......@@ -86,8 +86,8 @@
script:
- echo "This job is for untit-tests"
- meson test -C output/full --verbose
dependencies:
- build-job # test-job1 depends on build-job for caching artifacts
# dependencies:
# - build-job # test-job1 depends on build-job for caching artifacts (removed because artifacts too big)
cache:
paths:
- output/full #reuse the build cache :)
......@@ -99,8 +99,8 @@
- echo "This job is for general tests"
# - meson compile
environment: production
dependencies:
- build-job # test-job2 depends on build-job for caching artifacts
# dependencies:
# - build-job # test-job2 depends on build-job for caching artifacts (removed because artifacts too big)
cache:
paths:
- output/full #reuse the build cache :)
......
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