actions: build svg.n
This commit is contained in:
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@@ -337,6 +337,7 @@ jobs:
|
|||||||
haxelib install hxcpp 4.2.1 --quiet
|
haxelib install hxcpp 4.2.1 --quiet
|
||||||
haxelib install format --quiet
|
haxelib install format --quiet
|
||||||
haxelib install hxp --quiet
|
haxelib install hxp --quiet
|
||||||
|
haxelib install svg --quiet
|
||||||
|
|
||||||
- name: Enable HXCPP compile cache
|
- name: Enable HXCPP compile cache
|
||||||
run: |
|
run: |
|
||||||
@@ -348,6 +349,7 @@ jobs:
|
|||||||
haxelib run lime rebuild tools -nocolor -verbose -nocffi
|
haxelib run lime rebuild tools -nocolor -verbose -nocffi
|
||||||
haxelib run lime setup -alias -y -nocffi
|
haxelib run lime setup -alias -y -nocffi
|
||||||
cp project/lib/hashlink/other/osx/entitlements.xml templates/bin/hl/entitlements.xml
|
cp project/lib/hashlink/other/osx/entitlements.xml templates/bin/hl/entitlements.xml
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Android-NDLL
|
name: Android-NDLL
|
||||||
@@ -403,6 +405,11 @@ jobs:
|
|||||||
name: Linux64-Hashlink
|
name: Linux64-Hashlink
|
||||||
path: templates/bin/hl/Linux64
|
path: templates/bin/hl/Linux64
|
||||||
|
|
||||||
|
- name: Rebuild Lime svg.n
|
||||||
|
working-directory: tools
|
||||||
|
run: |
|
||||||
|
haxe svg.hxml
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: lime-haxelib
|
name: lime-haxelib
|
||||||
|
|||||||
Reference in New Issue
Block a user