Test more platforms

This commit is contained in:
Kevin Leung
2020-05-05 13:28:02 +08:00
parent 18272e7393
commit 3b57845c71

View File

@@ -8,7 +8,14 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
steps:
- uses: actions/checkout@v2
@@ -17,3 +24,4 @@ jobs:
- run: yarn global bin
- run: ls -lah $(yarn global bin)
- run: lix
- run: lix install haxe stable