Skip to content

Commit

Permalink
Add raspberrypi-4 image target to .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tom--pollard committed Jun 2, 2020
1 parent 4087962 commit 6bb50b9
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ track:
interruptible: true
script:
- 'sed -i "s/track-tags: False/track-tags: ${BST_TRACK_TAGS}/" project.conf'
- ${BST} track --deps all core.bst flatpak-runtimes.bst vm/image.bst boards/pinebook-pro/image.bst boards/rock64/image.bst
- ${BST} track --deps all core.bst flatpak-runtimes.bst vm/image.bst boards/pinebook-pro/image.bst boards/rock64/image.bst boards/raspberrypi-4/image.bst
retry: 2
# only run on branches targeting master
rules:
Expand Down Expand Up @@ -277,6 +277,27 @@ rock64-image:
artifacts: false
<<: *aarch64

raspberrypi-4-image:
stage: image
script:
- ${BST_NO_PUSH} --max-jobs $(( $(nproc) / 4 )) -o arch "${ARCH}" build boards/raspberrypi-4/image.bst
- ${BST_NO_PUSH} -o arch "${ARCH}" checkout --hardlinks boards/raspberrypi-4/image.bst raspberrypi-4-image
when: manual
allow_failure: true
cache: *bst-cache
artifacts:
when: always
paths:
- logs
- raspberrypi-4-image
expire_in: '2 days'
needs:
- track
- job: build-gnome-core-aarch64
artifacts: false
<<: *aarch64


flatpak-prepare:
stage: prepare_flatpak
dependencies: []
Expand Down

0 comments on commit 6bb50b9

Please sign in to comment.