Skip to content

CI: add build with haxe nightly and fix compilation error #49

CI: add build with haxe nightly and fix compilation error

CI: add build with haxe nightly and fix compilation error #49

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
haxe-version: [nightly, haxerc]
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- if: matrix.haxe-version == 'nightly'
run: npx lix install haxe nightly
- run: npx lix run vshaxe-build -t tm-language