|
50 | 50 | lime rebuild linux -64 -release -nocolor -verbose -nocffi |
51 | 51 | lime rebuild hl -clean -release -nocolor -verbose -nocffi |
52 | 52 |
|
| 53 | + - name: Rebuild Lime svg.n |
| 54 | + working-directory: tools |
| 55 | + run: | |
| 56 | + haxe svg.hxml |
| 57 | +
|
53 | 58 | - uses: actions/upload-artifact@v4 |
54 | 59 | with: |
55 | 60 | name: Linux-NDLL |
@@ -142,6 +147,11 @@ jobs: |
142 | 147 | lime rebuild macos -clean -release -arm64 -nocolor -verbose -nocffi |
143 | 148 | lime rebuild hl -clean -release -nocolor -verbose -nocffi |
144 | 149 |
|
| 150 | + - name: Rebuild Lime svg.n |
| 151 | + working-directory: tools |
| 152 | + run: | |
| 153 | + haxe svg.hxml |
| 154 | +
|
145 | 155 | - uses: actions/upload-artifact@v4 |
146 | 156 | with: |
147 | 157 | name: Mac64-NDLL |
@@ -223,6 +233,11 @@ jobs: |
223 | 233 | lime rebuild windows -64 -release -nocolor -verbose -nocffi |
224 | 234 | lime rebuild hl -clean -release -nocolor -verbose -nocffi |
225 | 235 |
|
| 236 | + - name: Rebuild Lime svg.n |
| 237 | + working-directory: tools |
| 238 | + run: | |
| 239 | + haxe svg.hxml |
| 240 | +
|
226 | 241 | - uses: actions/upload-artifact@v4 |
227 | 242 | with: |
228 | 243 | name: Windows-NDLL |
@@ -256,10 +271,10 @@ jobs: |
256 | 271 | run: | |
257 | 272 | haxelib git lime-samples https://github.com/openfl/lime-samples --quiet |
258 | 273 |
|
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 |
263 | 278 |
|
264 | 279 | - name: Build SimpleImage sample |
265 | 280 | run: | |
@@ -326,6 +341,11 @@ jobs: |
326 | 341 | run: | |
327 | 342 | lime rebuild android -release -nocolor -verbose -nocffi -eval |
328 | 343 |
|
| 344 | + - name: Rebuild Lime svg.n |
| 345 | + working-directory: tools |
| 346 | + run: | |
| 347 | + haxe svg.hxml |
| 348 | +
|
329 | 349 | - uses: actions/upload-artifact@v4 |
330 | 350 | with: |
331 | 351 | name: Android-NDLL |
@@ -388,6 +408,11 @@ jobs: |
388 | 408 | run: | |
389 | 409 | lime rebuild ios -clean -release -verbose -nocolor -eval |
390 | 410 |
|
| 411 | + - name: Rebuild Lime svg.n |
| 412 | + working-directory: tools |
| 413 | + run: | |
| 414 | + haxe svg.hxml |
| 415 | +
|
391 | 416 | - uses: actions/upload-artifact@v4 |
392 | 417 | with: |
393 | 418 | name: iPhone-NDLL |
|
0 commit comments