Skip to content

Commit

Permalink
gitlab-ci.yml: add a few more systems.
Browse files Browse the repository at this point in the history
Signed-off-by: Armin Kuster <akuster808@gmail.com>
  • Loading branch information
akuster committed Jun 13, 2021
1 parent 4dd3e35 commit 7defe4a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .gitlab-ci.yml
Expand Up @@ -11,9 +11,6 @@ stages:
after_script:
- rm -rf build
- ./scripts/ci-cleanup.sh
cache:
paths:
- layers

odroid-xu3-lite:
extends: .build
Expand All @@ -30,6 +27,11 @@ odroid-c2:
script:
- kas build --target core-image-base kas/$CI_JOB_NAME.yml

odroid-c4:
extends: .build
script:
- kas build --target core-image-base kas/$CI_JOB_NAME.yml

odroid-h2:
extends: .build
script:
Expand All @@ -55,6 +57,11 @@ odroid-c4-hardkernel:
script:
- kas build --target core-image-base kas/$CI_JOB_NAME.yml

odroid-c4:
extends: .build
script:
- kas build --target core-image-base kas/$CI_JOB_NAME.yml

odroid-hc4-hardkernel:
extends: .build
script:
Expand Down

0 comments on commit 7defe4a

Please sign in to comment.