File tree Expand file tree Collapse file tree 3 files changed +31
-50
lines changed
Expand file tree Collapse file tree 3 files changed +31
-50
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77 - master
88
99jobs :
10- build :
10+ haxelib :
1111 runs-on : ubuntu-latest
12+ steps :
13+ - uses : actions/checkout@v4
14+ - uses : krdlab/setup-haxe@v1
15+ with :
16+ haxe-version : 4.3.4
17+ - name : Package Haxelib
18+ working-directory : haxelib
19+ run : haxe haxelib.hxml
20+ - uses : actions/upload-artifact@v4
21+ with :
22+ name : feathersui-validators-haxelib
23+ path : bin/haxelib/
24+ if-no-files-found : error
1225
26+ api :
27+ runs-on : ubuntu-latest
1328 steps :
1429 - uses : actions/checkout@v4
1530 - uses : krdlab/setup-haxe@v1
3853 host : ${{ secrets.SSH_HOST }}
3954 username : ${{ secrets.SSH_USER }}
4055 password : ${{ secrets.SSH_PASS }}
56+
57+ flash :
58+ runs-on : ubuntu-latest
59+ steps :
60+ - uses : actions/checkout@v4
61+ - uses : krdlab/setup-haxe@v1
62+ with :
63+ haxe-version : 4.0.5
64+ - name : Set up Haxelib dependencies
65+ run : |
66+ haxelib install lime 7.8.0 --quiet
67+ haxelib install openfl 8.9.7 --quiet
68+ haxelib dev feathersui-validators ${{ github.workspace }}
69+ - name : Build Flash .swc library
70+ run : haxelib run openfl build flash -debug
You can’t perform that action at this time.
0 commit comments