Skip to content

Update dependencies (#36) #27

Update dependencies (#36)

Update dependencies (#36) #27

Workflow file for this run

name: keyson
on:
push:
branches:
- master
- staging
- trying
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
submodules: 'recursive'
- name: Setup Haxe
uses: krdlab/[email protected]
with:
haxe-version: 4.2.3
- run: haxelib install hxcpp 4.2.1
- run: haxelib install utest 1.13.2
- name: Test with the interp interpreter
run: haxe Interp.hxml
- name: Test with the hxcpp target
run: haxe Native.hxml