Skip to content

Updated to Reflaxe 4.0 #50

Updated to Reflaxe 4.0

Updated to Reflaxe 4.0 #50

Workflow file for this run

on:
push:
branches:
- development
pull_request:
branches:
- development
jobs:
build_ubuntu:
runs-on: ubuntu-latest
name: Test on Ubuntu (GCC)
steps:
- uses: krdlab/setup-haxe@v1
with:
haxe-version: latest
- name: Checkout
uses: actions/checkout@v3
- name: Setup GCC
uses: egor-tensin/setup-gcc@v1
with:
version: latest
platform: x64
- name: Install & Check Haxe
run: haxe -version
- name: Install Reflaxe
run: haxelib git reflaxe https://github.com/RobertBorghese/reflaxe.git
- name: Run Tests
run: haxe Test.hxml