Skip to content

Commit fcac8fb

Browse files
committed
Rebuild svg.n on Ci
1 parent 4ab8c60 commit fcac8fb

1 file changed

Lines changed: 29 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ jobs:
5050
lime rebuild linux -64 -release -nocolor -verbose -nocffi
5151
lime rebuild hl -clean -release -nocolor -verbose -nocffi
5252
53+
- name: Rebuild Lime svg.n
54+
working-directory: tools
55+
run: |
56+
haxe svg.hxml
57+
5358
- uses: actions/upload-artifact@v4
5459
with:
5560
name: Linux-NDLL
@@ -142,6 +147,11 @@ jobs:
142147
lime rebuild macos -clean -release -arm64 -nocolor -verbose -nocffi
143148
lime rebuild hl -clean -release -nocolor -verbose -nocffi
144149
150+
- name: Rebuild Lime svg.n
151+
working-directory: tools
152+
run: |
153+
haxe svg.hxml
154+
145155
- uses: actions/upload-artifact@v4
146156
with:
147157
name: Mac64-NDLL
@@ -223,6 +233,11 @@ jobs:
223233
lime rebuild windows -64 -release -nocolor -verbose -nocffi
224234
lime rebuild hl -clean -release -nocolor -verbose -nocffi
225235
236+
- name: Rebuild Lime svg.n
237+
working-directory: tools
238+
run: |
239+
haxe svg.hxml
240+
226241
- uses: actions/upload-artifact@v4
227242
with:
228243
name: Windows-NDLL
@@ -256,10 +271,10 @@ jobs:
256271
run: |
257272
haxelib git lime-samples https://github.com/openfl/lime-samples --quiet
258273
259-
#- name: Build HelloWorld sample
260-
# run: |
261-
# lime create HelloWorld -verbose -nocolor
262-
# lime build HelloWorld windows -release -verbose -nocolor
274+
- name: Build HelloWorld sample
275+
run: |
276+
lime create HelloWorld -verbose -nocolor
277+
lime build HelloWorld windows -release -verbose -nocolor
263278
264279
- name: Build SimpleImage sample
265280
run: |
@@ -326,6 +341,11 @@ jobs:
326341
run: |
327342
lime rebuild android -release -nocolor -verbose -nocffi -eval
328343
344+
- name: Rebuild Lime svg.n
345+
working-directory: tools
346+
run: |
347+
haxe svg.hxml
348+
329349
- uses: actions/upload-artifact@v4
330350
with:
331351
name: Android-NDLL
@@ -388,6 +408,11 @@ jobs:
388408
run: |
389409
lime rebuild ios -clean -release -verbose -nocolor -eval
390410
411+
- name: Rebuild Lime svg.n
412+
working-directory: tools
413+
run: |
414+
haxe svg.hxml
415+
391416
- uses: actions/upload-artifact@v4
392417
with:
393418
name: iPhone-NDLL

0 commit comments

Comments
 (0)