mirror of
https://github.com/RubyMetric/chsrc.git
synced 2024-11-22 12:58:02 +08:00
Change CI build name
This commit is contained in:
parent
8b2cc352fd
commit
d686f3c67e
2
.github/workflows/linux-aarch64.yml
vendored
2
.github/workflows/linux-aarch64.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
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-pipeline -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
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
|
|
2
.github/workflows/linux-armv7.yml
vendored
2
.github/workflows/linux-armv7.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
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-pipeline -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
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
|
|
2
.github/workflows/linux-riscv64.yml
vendored
2
.github/workflows/linux-riscv64.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
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-pipeline -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
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
|
|
2
.github/workflows/linux-x64.yml
vendored
2
.github/workflows/linux-x64.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
|
|
||||||
- name: Compile chsrc x64
|
- name: Compile chsrc x64
|
||||||
run: |
|
run: |
|
||||||
make CI CI_BUILD_NAME=chsrc-x64-linux
|
make CI CI_Build_Name=chsrc-x64-linux
|
||||||
|
|
||||||
- name: List files
|
- name: List files
|
||||||
run: ls *-linux
|
run: ls *-linux
|
||||||
|
|
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
|
|
||||||
- name: Compile chsrc x64
|
- name: Compile chsrc x64
|
||||||
run: |
|
run: |
|
||||||
make CI CI_BUILD_NAME=chsrc-x64-macos
|
make CI CI_Build_Name=chsrc-x64-macos
|
||||||
|
|
||||||
- name: List files
|
- name: List files
|
||||||
run: ls *-macos
|
run: ls *-macos
|
||||||
|
|
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
@ -31,13 +31,13 @@ jobs:
|
||||||
|
|
||||||
- name: Compile chsrc x64
|
- name: Compile chsrc x64
|
||||||
run: |
|
run: |
|
||||||
mingw32-make.exe CI CI_BUILD_NAME=chsrc-x64-windows
|
mingw32-make.exe CI CI_Build_Name=chsrc-x64-windows
|
||||||
|
|
||||||
- name: Compile chsrc x86
|
- name: Compile chsrc x86
|
||||||
env:
|
env:
|
||||||
MSYSTEM: MINGW32
|
MSYSTEM: MINGW32
|
||||||
run: |
|
run: |
|
||||||
mingw32-make.exe CI CI_BUILD_NAME=chsrc-x86-windows
|
mingw32-make.exe CI CI_Build_Name=chsrc-x86-windows
|
||||||
|
|
||||||
- name: List files
|
- name: List files
|
||||||
run: ls *.exe
|
run: ls *.exe
|
||||||
|
|
Loading…
Reference in New Issue
Block a user