mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-18 13:11:37 +00:00
actions take 45
This commit is contained in:
15
.github/workflows/build.yml
vendored
15
.github/workflows/build.yml
vendored
@@ -23,8 +23,18 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15, windows-2019, windows-2016]
|
||||
continue-on-error: true
|
||||
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.13, macos-10.14, macos-10.15, windows-2016, windows-2019]
|
||||
include:
|
||||
- os: ubuntu-20.04
|
||||
env:
|
||||
TESTING: "python_36"
|
||||
- os: ubuntu-20.04
|
||||
env:
|
||||
TESTING: "python_37"
|
||||
- os: ubuntu-20.04
|
||||
env:
|
||||
TESTING: "python_38"
|
||||
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@master
|
||||
@@ -34,6 +44,7 @@ jobs:
|
||||
|
||||
- name: Cache multiple paths
|
||||
uses: actions/cache@v2
|
||||
if: env.TESTING == ""
|
||||
with:
|
||||
path: |
|
||||
~/python
|
||||
|
||||
Reference in New Issue
Block a user