new file mode 100644
@@ -0,0 +1,29 @@
+image: kasproject/kas-isar:1.1
+
+variables:
+ GIT_STRATEGY: clone
+
+all:
+ stage: build
+ script:
+ - export http_proxy=$HTTP_PROXY
+ - export https_proxy=$HTTPS_PROXY
+ - export ftp_proxy=$FTP_PROXY
+ - export no_proxy=$NO_PROXY
+ - export AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID
+ - export AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY
+
+ - kas build kas.yml:board-simatic-ipc227e.yml:opt-rt.yml:opt-targz-img.yml
+ - scripts/deploy-cip-core.sh buster simatic-ipc227e
+
+ - sudo rm -rf build/tmp
+ - kas build kas.yml:board-bbb.yml:opt-rt.yml:opt-targz-img.yml
+ - scripts/deploy-cip-core.sh buster bbb am335x-boneblack.dtb
+
+ - sudo rm -rf build/tmp
+ - kas build kas.yml:board-iwg20m.yml:opt-rt.yml:opt-targz-img.yml
+ - scripts/deploy-cip-core.sh buster iwg20m r8a7743-iwg20d-q7-dbcm-ca.dtb
+
+ - sudo rm -rf build/tmp
+ - kas build kas.yml:board-rzg2m.yml:opt-rt.yml:opt-targz-img.yml
+ - scripts/deploy-cip-core.sh buster hihope-rz2gm r8a774a1-hihope-rzg2m-ex.dtb
From: Kazuhiro Hayashi kazuhiro3.hayashi@toshiba.co.jp<mailto:kazuhiro3.hayashi@toshiba.co.jp> This reverts commit 7a8153fe4ba8127a7d86b6db90f1bbcb0dd73fd7. --- .gitlab-ci.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .gitlab-ci.yml -- 2.20.1 The information contained in this e-mail message and in any attachments/annexure/appendices is confidential to the recipient and may contain privileged information. If you are not the intended recipient, please notify the sender and delete the message along with any attachments/annexure/appendices. You should not disclose, copy or otherwise use the information contained in the message or any annexure. Any views expressed in this e-mail are those of the individual sender except where the sender specifically states them to be the views of Toshiba Software India Pvt. Ltd. (TSIP),Bangalore. Although this transmission and any attachments are believed to be free of any virus or other defect that might affect any computer system into which it is received and opened, it is the responsibility of the recipient to ensure that it is virus free and no responsibility is accepted by Toshiba Embedded Software India Pvt. Ltd, for any loss or damage arising in any way from its use. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#4834): https://lists.cip-project.org/g/cip-dev/message/4834 Mute This Topic: https://lists.cip-project.org/mt/75119566/4520428 Group Owner: cip-dev+owner@lists.cip-project.org Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129116/1171672734/xyzzy [patchwork-cip-dev@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-