mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
Update build.yml
This commit is contained in:
26
.github/workflows/build.yml
vendored
26
.github/workflows/build.yml
vendored
@@ -25,50 +25,50 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
jid: 0
|
jid: 1
|
||||||
goal: build
|
goal: build
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
openssl_archs: linux-x86_64
|
openssl_archs: linux-x86_64
|
||||||
- os: [self-hosted, linux, arm64]
|
- os: [self-hosted, linux, arm64]
|
||||||
jid: 1
|
jid: 2
|
||||||
goal: build
|
goal: build
|
||||||
arch: aarch64
|
arch: aarch64
|
||||||
openssl_archs: linux-aarch64
|
openssl_archs: linux-aarch64
|
||||||
- os: [self-hosted, linux, arm]
|
- os: [self-hosted, linux, arm]
|
||||||
jid: 2
|
jid: 3
|
||||||
goal: build
|
goal: build
|
||||||
arch: armv7l
|
arch: armv7l
|
||||||
openssl_archs: linux-armv4
|
openssl_archs: linux-armv4
|
||||||
- os: macos-11
|
- os: macos-11
|
||||||
jid: 3
|
jid: 4
|
||||||
goal: build
|
goal: build
|
||||||
arch: universal2
|
arch: universal2
|
||||||
openssl_archs: darwin64-x86_64 darwin64-arm64
|
openssl_archs: darwin64-x86_64 darwin64-arm64
|
||||||
- os: windows-2022
|
- os: windows-2022
|
||||||
jid: 4
|
jid: 5
|
||||||
goal: build
|
goal: build
|
||||||
arch: Win64
|
arch: Win64
|
||||||
openssl_archs: VC-WIN64A
|
openssl_archs: VC-WIN64A
|
||||||
- os: windows-2022
|
- os: windows-2022
|
||||||
jid: 5
|
jid: 6
|
||||||
goal: build
|
goal: build
|
||||||
arch: Win32
|
arch: Win32
|
||||||
openssl_archs: VC-WIN32
|
openssl_archs: VC-WIN32
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
goal: test
|
goal: test
|
||||||
python: "3.7"
|
python: "3.7"
|
||||||
jid: 6
|
|
||||||
arch: x86_64
|
|
||||||
- os: ubuntu-20.04
|
|
||||||
goal: test
|
|
||||||
python: "3.8"
|
|
||||||
jid: 7
|
jid: 7
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
goal: test
|
goal: test
|
||||||
python: "3.9"
|
python: "3.8"
|
||||||
jid: 8
|
jid: 8
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
|
- os: ubuntu-20.04
|
||||||
|
goal: test
|
||||||
|
python: "3.9"
|
||||||
|
jid: 9
|
||||||
|
arch: x86_64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
@@ -83,7 +83,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
bin
|
bin
|
||||||
key: gam-${{ matrix.jid }}-20220304-01
|
key: gam-${{ matrix.jid }}-20220308
|
||||||
|
|
||||||
- name: Use pre-compiled Python for testing
|
- name: Use pre-compiled Python for testing
|
||||||
if: matrix.python != ''
|
if: matrix.python != ''
|
||||||
|
|||||||
Reference in New Issue
Block a user