Update CI script
This commit is contained in:
13
.github/workflows/main.yml
vendored
13
.github/workflows/main.yml
vendored
@@ -39,6 +39,11 @@ jobs:
|
|||||||
haxelib install hxp --quiet
|
haxelib install hxp --quiet
|
||||||
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
|
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
|
||||||
|
|
||||||
|
- name: Rebuild dev HXCPP
|
||||||
|
if: ${{ !startsWith(matrix.os, 'windows-') }}
|
||||||
|
run: |
|
||||||
|
haxelib run lime rebuild hxcpp
|
||||||
|
|
||||||
- name: Enable HXCPP compile cache (Linux/macOS)
|
- name: Enable HXCPP compile cache (Linux/macOS)
|
||||||
if: ${{ !startsWith(matrix.os, 'windows-') }}
|
if: ${{ !startsWith(matrix.os, 'windows-') }}
|
||||||
run: |
|
run: |
|
||||||
@@ -56,6 +61,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ndk-version: r15c
|
ndk-version: r15c
|
||||||
|
|
||||||
|
- name: Rebuild Lime tools
|
||||||
|
run: |
|
||||||
|
haxelib run lime rebuild tools -nocolor -verbose
|
||||||
|
|
||||||
- name: Install "lime" command alias (Linux/macOS)
|
- name: Install "lime" command alias (Linux/macOS)
|
||||||
if: ${{ !startsWith(matrix.os, 'windows-') }}
|
if: ${{ !startsWith(matrix.os, 'windows-') }}
|
||||||
run: |
|
run: |
|
||||||
@@ -78,10 +87,6 @@ jobs:
|
|||||||
lime config ANDROID_SETUP true
|
lime config ANDROID_SETUP true
|
||||||
lime config
|
lime config
|
||||||
|
|
||||||
- name: Rebuild Lime tools
|
|
||||||
run: |
|
|
||||||
lime rebuild tools -nocolor -verbose
|
|
||||||
|
|
||||||
- name: Rebuild Lime (HashLink)
|
- name: Rebuild Lime (HashLink)
|
||||||
run: |
|
run: |
|
||||||
lime rebuild hl -release -verbose -nocolor
|
lime rebuild hl -release -verbose -nocolor
|
||||||
|
|||||||
Reference in New Issue
Block a user