WIP - windows support

This commit is contained in:
Yang
2020-08-12 18:13:27 +10:00
parent 31e4885c24
commit b7eed610b6
3 changed files with 8 additions and 34 deletions
+2 -17
View File
@@ -4,35 +4,20 @@ on:
push:
branches:
- main
- 'yc/windows-support'
paths-ignore:
- '**.md'
jobs:
test:
runs-on: ${{ matrix.os }}
runs-on: windows-latest
env:
JAVA_TOOL_OPTIONS: -Xmx4g
timeout-minutes: 15
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
api-level: [16, 23, 29]
target: [default, google_apis]
exclude:
- os: ubuntu-latest
api-level: 23
- os: ubuntu-latest
api-level: 29
- target: google_apis
api-level: 16
- target: google_apis
api-level: 23
- target: google_apis
api-level: 29
include:
- os: macos-latest
api-level: 30
target: google_apis
steps:
- name: checkout
uses: actions/checkout@v2