mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-18 05:01:37 +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 * * *'
|
||||
|
||||
jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15, windows-2019]
|
||||
include:
|
||||
- os: windows-2019
|
||||
- 32_bit: true
|
||||
steps:
|
||||
- name: Show env
|
||||
- run: |
|
||||
set
|
||||
ls
|
||||
uname -a
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15, windows-2019]
|
||||
include:
|
||||
- os: windows-2019
|
||||
- 32_bit: true
|
||||
steps:
|
||||
- name: Show env
|
||||
- run: |
|
||||
set
|
||||
ls
|
||||
uname -a
|
||||
|
||||
Reference in New Issue
Block a user