Change make variable

This commit is contained in:
Aoran Zeng
2025-03-06 08:33:17 +08:00
parent 52212db815
commit 47bc5bc81a
7 changed files with 15 additions and 14 deletions

View File

@@ -24,7 +24,7 @@ jobs:
pwd ; ls -al
git clone https://github.com/RubyMetric/chsrc -b gh-build -q
cd chsrc
make CI CI_Build_Name=chsrc-aarch64-linux
make CI CI_ARTIFACT_NAME=chsrc-aarch64-linux
cp ./chsrc-aarch64-linux /artifacts
- name: Release

View File

@@ -24,7 +24,7 @@ jobs:
pwd ; ls -al
git clone https://github.com/RubyMetric/chsrc -b gh-build -q
cd chsrc
make CI CI_Build_Name=chsrc-armv7-linux
make CI CI_ARTIFACT_NAME=chsrc-armv7-linux
cp ./chsrc-armv7-linux /artifacts
- name: Release

View File

@@ -24,7 +24,7 @@ jobs:
pwd ; ls -al
git clone https://github.com/RubyMetric/chsrc -b gh-build -q
cd chsrc
make CI CI_Build_Name=chsrc-riscv64-linux
make CI CI_ARTIFACT_NAME=chsrc-riscv64-linux
cp ./chsrc-riscv64-linux /artifacts
- name: Release

View File

@@ -15,7 +15,7 @@ jobs:
- name: Compile chsrc x64
run: |
make CI CI_Build_Name=chsrc-x64-linux
make CI CI_ARTIFACT_NAME=chsrc-x64-linux
- name: List files
run: ls *-linux

View File

@@ -15,7 +15,7 @@ jobs:
- name: Compile chsrc for AArch64
run: |
make CI CI_Build_Name=chsrc-aarch64-macos
make CI CI_ARTIFACT_NAME=chsrc-aarch64-macos
- name: List files
run: ls *-macos
@@ -39,7 +39,7 @@ jobs:
- name: Compile chsrc for x64
run: |
make CI CI_Build_Name=chsrc-x64-macos
make CI CI_ARTIFACT_NAME=chsrc-x64-macos
- name: List files
run: ls *-macos

View File

@@ -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_ARTIFACT_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_ARTIFACT_NAME=chsrc-x86-windows
- name: List files
run: ls *.exe