mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
actions take 49
This commit is contained in:
15
.github/workflows/build.yml
vendored
15
.github/workflows/build.yml
vendored
@@ -24,13 +24,14 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15, windows-2016, windows-2019]
|
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15, windows-2016, windows-2019]
|
||||||
|
goal: build
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-20.04
|
- goal: test
|
||||||
TESTING: "python_36"
|
python: 3.6
|
||||||
- os: ubuntu-20.04
|
- goal: test
|
||||||
TESTING: "python_37"
|
python: 3.7
|
||||||
- os: ubuntu-20.04
|
- goal: test
|
||||||
TESTING: "python_38"
|
python: 3.8
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
@@ -41,7 +42,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Cache multiple paths
|
- name: Cache multiple paths
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
if: matrix.TESTING == ''
|
if: matrix.goal == 'test'
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/python
|
~/python
|
||||||
|
|||||||
Reference in New Issue
Block a user