Initial changes for setup-android

This commit is contained in:
Dave Olsthoorn
2020-07-14 17:41:00 +02:00
parent aa16e13db3
commit 47171f7d89
18 changed files with 12997 additions and 88 deletions

29
.github/workflows/build-test.yml vendored Normal file
View File

@@ -0,0 +1,29 @@
name: build-test
on:
pull_request:
paths-ignore:
- '**.md'
push:
branches:
- master
- releases/*
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- name: Setup node 12
uses: actions/setup-node@v1
with:
node-version: 12.x
- run: npm ci
- run: npm run build
- run: npm run format-check
- run: npm test

View File

@@ -1,13 +0,0 @@
name: Main CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup local Android problem matchers
run: |
./index.js
- name: Print example problems
run: |
./test.js