actions: skip html5-samples variables on Haxe 3
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -794,6 +794,7 @@ jobs:
|
|||||||
lime build HelloWorld html5 -release -verbose -nocolor
|
lime build HelloWorld html5 -release -verbose -nocolor
|
||||||
|
|
||||||
- name: Build HelloWorld variants
|
- name: Build HelloWorld variants
|
||||||
|
if: ${{ matrix.haxe-version != '3.4.7' }}
|
||||||
run: |
|
run: |
|
||||||
lime build HelloWorld html5 -clean -release -verbose -nocolor --haxelib=genes
|
lime build HelloWorld html5 -clean -release -verbose -nocolor --haxelib=genes
|
||||||
lime build HelloWorld html5 -clean -release -verbose -nocolor -minify -terser
|
lime build HelloWorld html5 -clean -release -verbose -nocolor -minify -terser
|
||||||
@@ -804,6 +805,7 @@ jobs:
|
|||||||
lime build SimpleImage html5 -release -verbose -nocolor
|
lime build SimpleImage html5 -release -verbose -nocolor
|
||||||
|
|
||||||
- name: Build SimpleImage variants
|
- name: Build SimpleImage variants
|
||||||
|
if: ${{ matrix.haxe-version != '3.4.7' }}
|
||||||
run: |
|
run: |
|
||||||
lime build SimpleImage html5 -clean -release -verbose -nocolor --haxelib=genes
|
lime build SimpleImage html5 -clean -release -verbose -nocolor --haxelib=genes
|
||||||
lime build SimpleImage html5 -clean -release -verbose -nocolor -minify -terser
|
lime build SimpleImage html5 -clean -release -verbose -nocolor -minify -terser
|
||||||
@@ -814,6 +816,7 @@ jobs:
|
|||||||
lime build SimpleAudio html5 -release -verbose -nocolor
|
lime build SimpleAudio html5 -release -verbose -nocolor
|
||||||
|
|
||||||
- name: Build SimpleAudio variants
|
- name: Build SimpleAudio variants
|
||||||
|
if: ${{ matrix.haxe-version != '3.4.7' }}
|
||||||
run: |
|
run: |
|
||||||
lime build SimpleAudio html5 -clean -release -verbose -nocolor --haxelib=genes
|
lime build SimpleAudio html5 -clean -release -verbose -nocolor --haxelib=genes
|
||||||
lime build SimpleAudio html5 -clean -release -verbose -nocolor -minify -terser
|
lime build SimpleAudio html5 -clean -release -verbose -nocolor -minify -terser
|
||||||
|
|||||||
Reference in New Issue
Block a user