Github action to build a haxe project with lime
uses: actions/lime-build-action@v1
with:
dir: './subdir/haxeproject/'
platform: 'html5'
test.sh
provides an easy way to try this locally- Takes local path to repo to test as argument
build.sh
helper script to run docker command to build image locally
- Usage of this repo is based on tags
- Use the
next
script to create and push a new tag once it is functioning as desired