Skip to content

add #399 #400 and #401 to changelog #237

add #399 #400 and #401 to changelog

add #399 #400 and #401 to changelog #237

Workflow file for this run

name: CI
on: [push, pull_request, workflow_dispatch, repository_dispatch]
jobs:
build:
strategy:
matrix:
haxe-version: ["4.2.5", stable, nightly]
target: [html5, hl, neko, flash, cpp]
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: lix-pm/setup-lix@master
- uses: actions/checkout@v2
- run: haxelib dev flixel-addons .
- uses: HaxeFlixel/setup-flixel@master
with:
haxe-version: ${{matrix.haxe-version}}
flixel-versions: dev
target: ${{matrix.target}}
run-tests: true