mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
actions take 129
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -50,6 +50,7 @@ jobs:
|
|||||||
goal: "build"
|
goal: "build"
|
||||||
gamos: "windows"
|
gamos: "windows"
|
||||||
python: 3.9.0
|
python: 3.9.0
|
||||||
|
pyarch: "x64"
|
||||||
platform: "x86_64"
|
platform: "x86_64"
|
||||||
- os: windows-2019
|
- os: windows-2019
|
||||||
jid: 6
|
jid: 6
|
||||||
@@ -57,6 +58,7 @@ jobs:
|
|||||||
gamos: "windows"
|
gamos: "windows"
|
||||||
platform: "x86"
|
platform: "x86"
|
||||||
python: 3.9.0
|
python: 3.9.0
|
||||||
|
pyarch: "x86"
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
goal: "test"
|
goal: "test"
|
||||||
python: "3.6"
|
python: "3.6"
|
||||||
@@ -108,7 +110,7 @@ jobs:
|
|||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python }}
|
python-version: ${{ matrix.python }}
|
||||||
architecture: ${{ matrix.PLATFORM }}
|
architecture: ${{ matrix.pyarch }}
|
||||||
|
|
||||||
- name: Set env variables for pre-compiled Python
|
- name: Set env variables for pre-compiled Python
|
||||||
if: matrix.goal == 'test'
|
if: matrix.goal == 'test'
|
||||||
|
|||||||
Reference in New Issue
Block a user