Skip to content

Build scripts updated to use playerglobal 32.0 where its applicable #116 #42

Build scripts updated to use playerglobal 32.0 where its applicable #116

Build scripts updated to use playerglobal 32.0 where its applicable #116 #42

Workflow file for this run

name: Moonshine SDK Installer
on: [push]
jobs:
build:
strategy:
matrix:
runs-on: ["windows-latest", "macos-latest"]
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
- uses: krdlab/setup-haxe@v1
with:
haxe-version: 4.2.5
- uses: joshtynjala/setup-apache-flex-action@v2
with:
flex-version: "4.16.1"
air-version: "33.1"
accept-air-license: true
- name: Build with Ant
run: ant -noinput -buildfile 'MoonshineSDKInstaller/build/build.xml'