[gnome-build-meta/valentindavid/renable-rock64-ci: 4/4] ci: Add rock64 board
- From: Valentin David <valentindavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-build-meta/valentindavid/renable-rock64-ci: 4/4] ci: Add rock64 board
- Date: Thu, 14 May 2020 09:55:32 +0000 (UTC)
commit 2b53ad14e00bab537dee6c263cbff4c49fbd8ec6
Author: Valentin David <valentin david codethink co uk>
Date: Mon May 11 21:19:46 2020 +0200
ci: Add rock64 board
.gitlab-ci.yml | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e6a5ab5f..dcbb6009 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
+ - ${BST} track --deps all core.bst flatpak-runtimes.bst vm/image.bst boards/pinebook-pro/image.bst
boards/rock64/image.bst
retry: 2
# only run on branches targeting master
rules:
@@ -257,6 +257,26 @@ pinebook-pro-image:
artifacts: false
<<: *aarch64
+rock64-image:
+ stage: image
+ script:
+ - ${BST_NO_PUSH} --max-jobs $(( $(nproc) / 4 )) -o arch "${ARCH}" build boards/rock64/image.bst
+ - ${BST_NO_PUSH} -o arch "${ARCH}" checkout --hardlinks boards/rock64/image.bst rock64
+ when: manual
+ allow_failure: true
+ cache: *bst-cache
+ artifacts:
+ when: always
+ paths:
+ - logs
+ - rock64
+ expire_in: '2 days'
+ needs:
+ - track
+ - job: build-gnome-core-aarch64
+ artifacts: false
+ <<: *aarch64
+
flatpak-prepare:
stage: prepare_flatpak
dependencies: []
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]