mirror of
https://github.com/RubyMetric/chsrc.git
synced 2024-11-25 09:41:46 +08:00
Update linux build location
This commit is contained in:
parent
2a7be335f1
commit
3b7d6d3c4f
12
.github/workflows/linux.yml
vendored
12
.github/workflows/linux.yml
vendored
|
@ -38,10 +38,10 @@ jobs:
|
||||||
dockerRunArgs: |
|
dockerRunArgs: |
|
||||||
--volume "${PWD}/artifacts:/artifacts"
|
--volume "${PWD}/artifacts:/artifacts"
|
||||||
run: |
|
run: |
|
||||||
apt-get update -q
|
apt-get update -qq
|
||||||
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
|
||||||
cd /home/runner/work
|
pwd ; ls -al
|
||||||
git clone https://github.com/RubyMetric/chsrc -b gh-pipeline -q
|
git clone https://github.com/RubyMetric/chsrc -b gh-pipeline -q
|
||||||
cd chsrc
|
cd chsrc
|
||||||
make CI CI_BUILD_NAME=chsrc-armv7-linux
|
make CI CI_BUILD_NAME=chsrc-armv7-linux
|
||||||
|
@ -56,10 +56,10 @@ jobs:
|
||||||
dockerRunArgs: |
|
dockerRunArgs: |
|
||||||
--volume "${PWD}/artifacts:/artifacts"
|
--volume "${PWD}/artifacts:/artifacts"
|
||||||
run: |
|
run: |
|
||||||
apt-get update -q
|
apt-get update -qq
|
||||||
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
|
||||||
cd /home/runner/work
|
pwd ; ls -al
|
||||||
git clone https://github.com/RubyMetric/chsrc -b gh-pipeline -q
|
git clone https://github.com/RubyMetric/chsrc -b gh-pipeline -q
|
||||||
cd chsrc
|
cd chsrc
|
||||||
make CI CI_BUILD_NAME=chsrc-aarch64-linux
|
make CI CI_BUILD_NAME=chsrc-aarch64-linux
|
||||||
|
@ -74,10 +74,10 @@ jobs:
|
||||||
dockerRunArgs: |
|
dockerRunArgs: |
|
||||||
--volume "${PWD}/artifacts:/artifacts"
|
--volume "${PWD}/artifacts:/artifacts"
|
||||||
run: |
|
run: |
|
||||||
apt-get update -q
|
apt-get update -qq
|
||||||
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
|
||||||
cd /home/runner/work
|
pwd ; ls -al
|
||||||
git clone https://github.com/RubyMetric/chsrc -b gh-pipeline -q
|
git clone https://github.com/RubyMetric/chsrc -b gh-pipeline -q
|
||||||
cd chsrc
|
cd chsrc
|
||||||
make CI CI_BUILD_NAME=chsrc-riscv64-linux
|
make CI CI_BUILD_NAME=chsrc-riscv64-linux
|
||||||
|
|
Loading…
Reference in New Issue
Block a user