Skip to content

the j

the j #71

Workflow file for this run

name: CI build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
demo1:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@main
with:
submodules: true
- name: Setup Haxe
uses: krdlab/setup-haxe@master
with:
haxe-version: 4.3.1
- name: Compiling
run: |
haxelib --quiet git hxpy https://github.com/Vortex2Oblivion/hxpy
haxelib --quiet install hxcpp
cd test/demos/pythonRunSimpleString
haxe build.hxml
demo2:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@main
with:
submodules: true
- name: Setup Haxe
uses: krdlab/setup-haxe@master
with:
haxe-version: 4.3.1
- name: Compiling
run: |
haxelib --quiet git hxpy https://github.com/Vortex2Oblivion/hxpy
haxelib --quiet install hxcpp
cd test/demos/pythonRunSimpleFile
haxe build.hxml