actions: build html5 samples with genes to ensure that it doesn't break

This commit is contained in:
Josh Tynjala
2023-04-17 14:30:00 -07:00
parent 1951c30d05
commit 7d4d20df9e

View File

@@ -639,6 +639,7 @@ jobs:
- name: Install Haxe dependencies
run: |
haxelib install genes --quiet
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
- uses: actions/download-artifact@v3
@@ -663,6 +664,12 @@ jobs:
lime build SimpleImage html5 -release -verbose -nocolor
lime build SimpleAudio html5 -release -verbose -nocolor
- name: Build Lime samples with Genes
run: |
lime build HelloWorld html5 -clean -release -verbose -nocolor --haxelib=genes
lime build SimpleImage html5 -clean -release -verbose -nocolor --haxelib=genes
lime build SimpleAudio html5 -clean -release -verbose -nocolor --haxelib=genes
ios-samples:
needs: package-haxelib
runs-on: macos-11