Skip to content

Commit

Permalink
Change CI build name
Browse files Browse the repository at this point in the history
  • Loading branch information
ccmywish committed May 24, 2024
1 parent 8b2cc35 commit d686f3c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pwd ; ls -al
git clone https://github.com/RubyMetric/chsrc -b gh-pipeline -q
cd chsrc
make CI CI_BUILD_NAME=chsrc-aarch64-linux
make CI CI_Build_Name=chsrc-aarch64-linux
cp ./chsrc-aarch64-linux /artifacts
- name: Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-armv7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pwd ; ls -al
git clone https://github.com/RubyMetric/chsrc -b gh-pipeline -q
cd chsrc
make CI CI_BUILD_NAME=chsrc-armv7-linux
make CI CI_Build_Name=chsrc-armv7-linux
cp ./chsrc-armv7-linux /artifacts
- name: Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pwd ; ls -al
git clone https://github.com/RubyMetric/chsrc -b gh-pipeline -q
cd chsrc
make CI CI_BUILD_NAME=chsrc-riscv64-linux
make CI CI_Build_Name=chsrc-riscv64-linux
cp ./chsrc-riscv64-linux /artifacts
- name: Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Compile chsrc x64
run: |
make CI CI_BUILD_NAME=chsrc-x64-linux
make CI CI_Build_Name=chsrc-x64-linux
- name: List files
run: ls *-linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Compile chsrc x64
run: |
make CI CI_BUILD_NAME=chsrc-x64-macos
make CI CI_Build_Name=chsrc-x64-macos
- name: List files
run: ls *-macos
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
- name: Compile chsrc x64
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
env:
MSYSTEM: MINGW32
run: |
mingw32-make.exe CI CI_BUILD_NAME=chsrc-x86-windows
mingw32-make.exe CI CI_Build_Name=chsrc-x86-windows
- name: List files
run: ls *.exe
Expand Down

0 comments on commit d686f3c

Please sign in to comment.