mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
Update build.yml
This commit is contained in:
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@@ -237,20 +237,6 @@ jobs:
|
|||||||
echo "GAM Version ${GAMVERSION}"
|
echo "GAM Version ${GAMVERSION}"
|
||||||
echo "GAMVERSION=${GAMVERSION}" >> $GITHUB_ENV
|
echo "GAMVERSION=${GAMVERSION}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Linux package GAM
|
|
||||||
if: matrix.os != 'windows-2022' && matrix.os != 'macos-10.15' && matrix.goal != 'test'
|
|
||||||
run: |
|
|
||||||
this_glibc_ver=$(ldd --version | awk '/ldd/{print $NF}')
|
|
||||||
GAM_ARCHIVE="gam-${GAMVERSION}-linux-$(arch)-glibc${this_glibc_ver}.tar.xz"
|
|
||||||
tar -C dist/ --create --file $GAM_ARCHIVE --xz gam
|
|
||||||
|
|
||||||
- name: MacOS package GYB
|
|
||||||
if: matrix.os == 'macos-10.15' && matrix.goal != 'test'
|
|
||||||
run: |
|
|
||||||
MACOSVERSION=$(defaults read loginwindow SystemVersionStampAsString)
|
|
||||||
GAM_ARCHIVE="gam-${GAMVERSION}-macos-x86_64-MacOS${MACOSVERSION}.tar.xz"
|
|
||||||
tar -C dist/ --create --file $GAM_ARCHIVE --xz gam
|
|
||||||
|
|
||||||
- name: Basic Tests build jobs only
|
- name: Basic Tests build jobs only
|
||||||
if: matrix.goal != 'test'
|
if: matrix.goal != 'test'
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user