actions: skip html5-samples variables on Haxe 3

This commit is contained in:
Josh Tynjala
2025-01-17 10:13:22 -08:00
parent 2fdbcd1460
commit 5472974379

View File

@@ -794,6 +794,7 @@ jobs:
lime build HelloWorld html5 -release -verbose -nocolor
- name: Build HelloWorld variants
if: ${{ matrix.haxe-version != '3.4.7' }}
run: |
lime build HelloWorld html5 -clean -release -verbose -nocolor --haxelib=genes
lime build HelloWorld html5 -clean -release -verbose -nocolor -minify -terser
@@ -804,6 +805,7 @@ jobs:
lime build SimpleImage html5 -release -verbose -nocolor
- name: Build SimpleImage variants
if: ${{ matrix.haxe-version != '3.4.7' }}
run: |
lime build SimpleImage html5 -clean -release -verbose -nocolor --haxelib=genes
lime build SimpleImage html5 -clean -release -verbose -nocolor -minify -terser
@@ -814,6 +816,7 @@ jobs:
lime build SimpleAudio html5 -release -verbose -nocolor
- name: Build SimpleAudio variants
if: ${{ matrix.haxe-version != '3.4.7' }}
run: |
lime build SimpleAudio html5 -clean -release -verbose -nocolor --haxelib=genes
lime build SimpleAudio html5 -clean -release -verbose -nocolor -minify -terser