mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 18:01:36 +00:00
actions take 2
This commit is contained in:
27
.github/workflows/build.yml
vendored
27
.github/workflows/build.yml
vendored
@@ -7,16 +7,17 @@ on:
|
|||||||
- cron: '37 22 * * *'
|
- cron: '37 22 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
runs-on: ${{ matrix.os }}
|
build:
|
||||||
strategy:
|
runs-on: ${{ matrix.os }}
|
||||||
matrix:
|
strategy:
|
||||||
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15, windows-2019]
|
matrix:
|
||||||
include:
|
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15, windows-2019]
|
||||||
- os: windows-2019
|
include:
|
||||||
- 32_bit: true
|
- os: windows-2019
|
||||||
steps:
|
- 32_bit: true
|
||||||
- name: Show env
|
steps:
|
||||||
- run: |
|
- name: Show env
|
||||||
set
|
- run: |
|
||||||
ls
|
set
|
||||||
uname -a
|
ls
|
||||||
|
uname -a
|
||||||
|
|||||||
Reference in New Issue
Block a user