Newer
Older
before_script:
- "source ~gitlab-runner/cicd_support/cicd_support.shinc"
after_script:
- "echo Test Complete."
#
# Cleaning
#
#template
script:
- ./cicd_testing/do-clean.sh
- ./cicd_testing/do-build.sh
- ./cicd_testing/xform-ls.sh
- ./cicd_testing/starstest2.sh
test-ubuntu20:
<<: *test
tags:
- ubuntu20
test-ubuntu22:
<<: *test
tags:
- ubuntu22