mirror of
https://github.com/RubyMetric/chsrc
synced 2025-12-26 04:19:47 +08:00
Rename branch
This commit is contained in:
6
.github/workflows/linux-riscv64.yml
vendored
6
.github/workflows/linux-riscv64.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user