actions: build html5 samples with terser minifier

This commit is contained in:
Josh Tynjala
2023-05-18 13:00:30 -07:00
parent 5424e8562e
commit 309b28ec18

View File

@@ -670,6 +670,12 @@ jobs:
lime build SimpleImage html5 -clean -release -verbose -nocolor --haxelib=genes
lime build SimpleAudio html5 -clean -release -verbose -nocolor --haxelib=genes
- name: Build Lime samples with Terser minification
run: |
lime build HelloWorld html5 -clean -release -verbose -nocolor -minify -terser
lime build SimpleImage html5 -clean -release -verbose -nocolor -minify -terser
lime build SimpleAudio html5 -clean -release -verbose -nocolor -minify -terser
ios-samples:
needs: package-haxelib
runs-on: macos-11