mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-02-09 00:41:11 +08:00
Rename branch
This commit is contained in:
parent
2fed679925
commit
d49848842c
6
.github/workflows/linux-aarch64.yml
vendored
6
.github/workflows/linux-aarch64.yml
vendored
|
@ -1,9 +1,9 @@
|
||||||
name: Linux AArch64 Build
|
name: Linux AArch64 Build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "gh-pipeline" ]
|
branches: [ "gh-build" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "gh-pipeline" ]
|
branches: [ "gh-build" ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
aarch64-linux-build-and-upload:
|
aarch64-linux-build-and-upload:
|
||||||
|
@ -22,7 +22,7 @@ jobs:
|
||||||
apt-get install build-essential -y -q
|
apt-get install build-essential -y -q
|
||||||
apt-get install git -y -q
|
apt-get install git -y -q
|
||||||
pwd ; ls -al
|
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
|
cd chsrc
|
||||||
make CI CI_Build_Name=chsrc-aarch64-linux
|
make CI CI_Build_Name=chsrc-aarch64-linux
|
||||||
cp ./chsrc-aarch64-linux /artifacts
|
cp ./chsrc-aarch64-linux /artifacts
|
||||||
|
|
6
.github/workflows/linux-armv7.yml
vendored
6
.github/workflows/linux-armv7.yml
vendored
|
@ -1,9 +1,9 @@
|
||||||
name: Linux ARMv7 Build
|
name: Linux ARMv7 Build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "gh-pipeline" ]
|
branches: [ "gh-build" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "gh-pipeline" ]
|
branches: [ "gh-build" ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
armv7-linu-build-and-upload:
|
armv7-linu-build-and-upload:
|
||||||
|
@ -22,7 +22,7 @@ jobs:
|
||||||
apt-get install build-essential -y -q
|
apt-get install build-essential -y -q
|
||||||
apt-get install git -y -q
|
apt-get install git -y -q
|
||||||
pwd ; ls -al
|
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
|
cd chsrc
|
||||||
make CI CI_Build_Name=chsrc-armv7-linux
|
make CI CI_Build_Name=chsrc-armv7-linux
|
||||||
cp ./chsrc-armv7-linux /artifacts
|
cp ./chsrc-armv7-linux /artifacts
|
||||||
|
|
6
.github/workflows/linux-riscv64.yml
vendored
6
.github/workflows/linux-riscv64.yml
vendored
|
@ -1,9 +1,9 @@
|
||||||
name: Linux riscv64 Build
|
name: Linux riscv64 Build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "gh-pipeline" ]
|
branches: [ "gh-build" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "gh-pipeline" ]
|
branches: [ "gh-build" ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
riscv64-linux-build-and-upload:
|
riscv64-linux-build-and-upload:
|
||||||
|
@ -22,7 +22,7 @@ jobs:
|
||||||
apt-get install build-essential -y -q
|
apt-get install build-essential -y -q
|
||||||
apt-get install git -y -q
|
apt-get install git -y -q
|
||||||
pwd ; ls -al
|
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
|
cd chsrc
|
||||||
make CI CI_Build_Name=chsrc-riscv64-linux
|
make CI CI_Build_Name=chsrc-riscv64-linux
|
||||||
cp ./chsrc-riscv64-linux /artifacts
|
cp ./chsrc-riscv64-linux /artifacts
|
||||||
|
|
4
.github/workflows/linux-x64.yml
vendored
4
.github/workflows/linux-x64.yml
vendored
|
@ -1,9 +1,9 @@
|
||||||
name: Linux x64 Build
|
name: Linux x64 Build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "gh-pipeline" ]
|
branches: [ "gh-build" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "gh-pipeline" ]
|
branches: [ "gh-build" ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
x64-linux-build-and-upload:
|
x64-linux-build-and-upload:
|
||||||
|
|
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
@ -1,9 +1,9 @@
|
||||||
name: macOS Build
|
name: macOS Build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "gh-pipeline" ]
|
branches: [ "gh-build" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "gh-pipeline" ]
|
branches: [ "gh-build" ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-upload-on-M1:
|
build-and-upload-on-M1:
|
||||||
|
|
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
@ -1,9 +1,9 @@
|
||||||
name: Windows Build
|
name: Windows Build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "gh-pipeline" ]
|
branches: [ "gh-build" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "gh-pipeline" ]
|
branches: [ "gh-build" ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-upload:
|
build-and-upload:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## 分支
|
## 分支
|
||||||
|
|
||||||
- `gh-pipeline`:仅仅在发布版本时由 `@ccmywish` 推送,触发编译到 GitHub Releases 中
|
- `gh-build`:仅仅在发布版本时由 `@ccmywish` 推送,触发编译到 GitHub Releases 中
|
||||||
- `gh-site`:`chsrc.run` 的工作分支,由 `@ccmywish` 推送
|
- `gh-site`:`chsrc.run` 的工作分支,由 `@ccmywish` 推送
|
||||||
- `main`: stable,代码一定是可以编译运行的,我们假设 end users 在其他条件都得不到二进制时,会自己编译这个分支来运行 `chsrc`
|
- `main`: stable,代码一定是可以编译运行的,我们假设 end users 在其他条件都得不到二进制时,会自己编译这个分支来运行 `chsrc`
|
||||||
- `dev`:开发分支,工作分支,在此分支上解决冲突
|
- `dev`:开发分支,工作分支,在此分支上解决冲突
|
||||||
|
|
Loading…
Reference in New Issue
Block a user