Test more platforms
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user