Skip to content

MultiTextureStyle rework : fixed error when maxTextures > 2, up to 16… #9

MultiTextureStyle rework : fixed error when maxTextures > 2, up to 16…

MultiTextureStyle rework : fixed error when maxTextures > 2, up to 16… #9

Workflow file for this run

name: Compile SWF
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v6
- uses: joshtynjala/setup-adobe-air-action@v2
with:
air-version: "51.2"
accept-license: true
- uses: actions/setup-node@v6
with:
node-version: latest
- name: Install asconfigc and compile swf
run: npm i -g asconfigc && cd tests && asconfigc --debug=true --sdk=$env:AIR_HOME
- name: Run Tests
run: cd tests/out && adl UnitTest-app.xml