actions: build svg.n

This commit is contained in:
Josh Tynjala
2023-11-27 09:20:40 -08:00
parent d05f10b15f
commit b330249a88

View File

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