Rename branch

This commit is contained in:
Aoran Zeng
2024-12-23 10:13:46 +08:00
parent 2fed679925
commit d49848842c
7 changed files with 16 additions and 16 deletions

View File

@@ -1,9 +1,9 @@
name: Linux AArch64 Build
on:
push:
branches: [ "gh-pipeline" ]
branches: [ "gh-build" ]
pull_request:
branches: [ "gh-pipeline" ]
branches: [ "gh-build" ]
jobs:
aarch64-linux-build-and-upload:
@@ -22,7 +22,7 @@ jobs:
apt-get install build-essential -y -q
apt-get install git -y -q
pwd ; ls -al
git clone https://github.com/RubyMetric/chsrc -b gh-pipeline -q
git clone https://github.com/RubyMetric/chsrc -b gh-build -q
cd chsrc
make CI CI_Build_Name=chsrc-aarch64-linux
cp ./chsrc-aarch64-linux /artifacts

View File

@@ -1,9 +1,9 @@
name: Linux ARMv7 Build
on:
push:
branches: [ "gh-pipeline" ]
branches: [ "gh-build" ]
pull_request:
branches: [ "gh-pipeline" ]
branches: [ "gh-build" ]
jobs:
armv7-linu-build-and-upload:
@@ -22,7 +22,7 @@ jobs:
apt-get install build-essential -y -q
apt-get install git -y -q
pwd ; ls -al
git clone https://github.com/RubyMetric/chsrc -b gh-pipeline -q
git clone https://github.com/RubyMetric/chsrc -b gh-build -q
cd chsrc
make CI CI_Build_Name=chsrc-armv7-linux
cp ./chsrc-armv7-linux /artifacts

View File

@@ -1,9 +1,9 @@
name: Linux riscv64 Build
on:
push:
branches: [ "gh-pipeline" ]
branches: [ "gh-build" ]
pull_request:
branches: [ "gh-pipeline" ]
branches: [ "gh-build" ]
jobs:
riscv64-linux-build-and-upload:
@@ -22,7 +22,7 @@ jobs:
apt-get install build-essential -y -q
apt-get install git -y -q
pwd ; ls -al
git clone https://github.com/RubyMetric/chsrc -b gh-pipeline -q
git clone https://github.com/RubyMetric/chsrc -b gh-build -q
cd chsrc
make CI CI_Build_Name=chsrc-riscv64-linux
cp ./chsrc-riscv64-linux /artifacts

View File

@@ -1,9 +1,9 @@
name: Linux x64 Build
on:
push:
branches: [ "gh-pipeline" ]
branches: [ "gh-build" ]
pull_request:
branches: [ "gh-pipeline" ]
branches: [ "gh-build" ]
jobs:
x64-linux-build-and-upload:

View File

@@ -1,9 +1,9 @@
name: macOS Build
on:
push:
branches: [ "gh-pipeline" ]
branches: [ "gh-build" ]
pull_request:
branches: [ "gh-pipeline" ]
branches: [ "gh-build" ]
jobs:
build-and-upload-on-M1:

View File

@@ -1,9 +1,9 @@
name: Windows Build
on:
push:
branches: [ "gh-pipeline" ]
branches: [ "gh-build" ]
pull_request:
branches: [ "gh-pipeline" ]
branches: [ "gh-build" ]
jobs:
build-and-upload: