create at job artifact
There I would like to see
- the built file tar.gz
- the built file for windowns .zip
- The codecoverage report
- the check results (currently all output are too long to be read)
- the test results
https://docs.gitlab.com/ee/ci/pipelines/job_artifacts.html An example there https://gitlab.paca.inrae.fr/r-ecosystem/cookbooks/r-packages-ci-cd/-/blob/master/.gitlab-ci.yml
In gitlab-ci.yml I have added
artifacts:
paths:
- "$(ls -rt *_*.zip |tail -1)"
@laurent.beaulaton si tu as une idée....