Merge pull request #46 from brain-hackers/ci-update

Bump versions
This commit is contained in:
Takumi Sueda 2022-11-23 02:06:05 +08:00 committed by GitHub
commit 453fe8d60f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View File

@ -128,7 +128,7 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- model: g5300 - model: a7200
nk: edna3exe.bin nk: edna3exe.bin
lilo: gen2.bin lilo: gen2.bin
- model: sh1 - model: sh1

@ -1 +1 @@
Subproject commit c826f2581ea8de6c32565be7ffa632c9766d5385 Subproject commit 0ef73cdeb41b6d56538fa0739210f935eb9f2768

View File

@ -11,7 +11,7 @@ export CROSS_COMPILE=arm-linux-gnueabi-
mkdir -p ${WORK} mkdir -p ${WORK}
mkdir -p ${WORK}/lilobin mkdir -p ${WORK}/lilobin
for i in "g5300" "sh1" "sh2" "sh3" "sh4" "sh5" "sh6" "sh7"; do for i in "a7200" "sh1" "sh2" "sh3" "sh4" "sh5" "sh6" "sh7"; do
NUM=$(echo $i | sed -E 's/sh//g') NUM=$(echo $i | sed -E 's/sh//g')
make -C ${REPO}/u-boot-brain distclean pw${i}_defconfig make -C ${REPO}/u-boot-brain distclean pw${i}_defconfig
@ -19,7 +19,7 @@ for i in "g5300" "sh1" "sh2" "sh3" "sh4" "sh5" "sh6" "sh7"; do
${REPO}/nkbin_maker/bsd-ce ${REPO}/u-boot-brain/u-boot.bin ${REPO}/nkbin_maker/bsd-ce ${REPO}/u-boot-brain/u-boot.bin
case $i in case $i in
"g5300") "a7200")
mv ${REPO}/nk.bin ${WORK}/edna3exe.bin mv ${REPO}/nk.bin ${WORK}/edna3exe.bin
mv ${REPO}/u-boot-brain/u-boot.bin ${WORK}/lilobin/gen2.bin;; mv ${REPO}/u-boot-brain/u-boot.bin ${WORK}/lilobin/gen2.bin;;
"sh1" | "sh2" | "sh3") "sh1" | "sh2" | "sh3")

@ -1 +1 @@
Subproject commit 09cc34a56d011dec3ebc35255723f2a512137b90 Subproject commit aa21aeb567978219da11812b98e878f369675cda

@ -1 +1 @@
Subproject commit 2696eb4b8d55d29330cbdeb6829dfe3c7c5005d9 Subproject commit 783749833dcc9fd1cd318af7750c2b17be182852