Object decl arguments #78
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- development | |
pull_request: | |
branches: | |
- development | |
jobs: | |
build_ubuntu: | |
runs-on: ubuntu-latest | |
name: Test Runtime & Null Safety | |
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: Test Dev. Environment | |
run: haxe DevEnv.hxml |