"selective_cfi/scfi_instr.cpp" did not exist on "491a04741e255516cf7c336cc84be1ff7f9259bc"
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