Skip to content
Snippets Groups Projects
Commit d43d9e23 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

Update .gitlab-ci.yml file. Correct syntax

parent 69d81e23
No related branches found
No related tags found
1 merge request!36Update libEHP to test for update of ELFIO.
Pipeline #20391 failed
......@@ -26,6 +26,21 @@ stages:
- ./cicd_testing/builtin-xforms.sh
- ./cicd_testing/elfdep.sh
test-arm32:
needs: []
stage: clean
script:
- ./cicd_testing/do-clean.sh
- ./cicd_testing/do-build.sh
test-arm64:
needs: []
stage: clean
script:
- ./cicd_testing/do-clean.sh
- ./cicd_testing/do-build.sh
- ./cicd_testing/builtin-xforms.sh
# per os items
test-ubuntu18:
<<: *test
......@@ -37,16 +52,6 @@ test-coss9:
tags:
- coss9
test-arm32:
<<: *test
tags:
- arm32
test-arm64:
<<: *test
tags:
- arm64
test-ubuntu20:
<<: *test
tags:
......@@ -125,49 +130,6 @@ test-bins-arm64:
- arm64
# doesn't work yet
#builtin-xforms-arm32:
# <<: *builtin-xforms
# tags:
# - arm32
builtin-xforms-arm64:
<<: *builtin-xforms
tags:
- arm64
#
# elfdep test
#
# template
.elfdep: &elfdep
stage: test
script:
elfdep-ubuntu18:
<<: *elfdep
tags:
- ubuntu18
elfdep-coss9:
<<: *elfdep
tags:
- coss9
elfdep-ubuntu20:
<<: *elfdep
tags:
- ubuntu20
elfdep-ubuntu22:
<<: *elfdep
tags:
- ubuntu22
#
# deploy a docker image
#
......
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