|
1 | | -name: Haxe CI |
| 1 | +name: CI |
2 | 2 |
|
3 | 3 | on: |
4 | 4 | push: |
|
7 | 7 | - master |
8 | 8 |
|
9 | 9 | jobs: |
10 | | - build: |
11 | | - |
| 10 | + build-misc: |
12 | 11 | runs-on: ubuntu-latest |
13 | | - |
14 | 12 | steps: |
15 | | - - uses: actions/checkout@v3 |
| 13 | + - uses: actions/checkout@v4 |
16 | 14 | - uses: krdlab/setup-haxe@v1 |
17 | 15 | with: |
18 | | - haxe-version: 4.1.2 |
| 16 | + haxe-version: 4.2.5 |
19 | 17 | - name: Set up Dependencies |
20 | 18 | run: | |
21 | 19 | haxelib install lime --quiet |
22 | 20 | haxelib install openfl --quiet |
23 | 21 | haxelib install actuate --quiet |
24 | 22 | haxelib install feathersui --quiet |
| 23 | + - name: Build circle-drawer |
| 24 | + working-directory: circle-drawer |
| 25 | + run: | |
| 26 | + haxelib run openfl build neko |
| 27 | + haxelib run openfl build html5 |
| 28 | + haxelib run openfl build flash |
| 29 | + haxelib run openfl build hl |
25 | 30 | - name: Build counter |
26 | 31 | working-directory: counter |
27 | 32 | run: | |
28 | 33 | haxelib run openfl build neko |
29 | 34 | haxelib run openfl build html5 |
30 | 35 | haxelib run openfl build flash |
| 36 | + haxelib run openfl build hl |
31 | 37 | - name: Build crud |
32 | 38 | working-directory: crud |
33 | 39 | run: | |
34 | 40 | haxelib run openfl build neko |
35 | 41 | haxelib run openfl build html5 |
36 | 42 | haxelib run openfl build flash |
| 43 | + haxelib run openfl build hl |
37 | 44 | - name: Build flight-booker |
38 | 45 | working-directory: flight-booker |
39 | 46 | run: | |
40 | 47 | haxelib run openfl build neko |
41 | 48 | haxelib run openfl build html5 |
42 | 49 | haxelib run openfl build flash |
| 50 | + haxelib run openfl build hl |
43 | 51 | - name: Build temperature-converter |
44 | 52 | working-directory: temperature-converter |
45 | 53 | run: | |
46 | 54 | haxelib run openfl build neko |
47 | 55 | haxelib run openfl build html5 |
48 | 56 | haxelib run openfl build flash |
| 57 | + haxelib run openfl build hl |
49 | 58 | - name: Build timer |
50 | 59 | working-directory: timer |
51 | 60 | run: | |
52 | 61 | haxelib run openfl build neko |
53 | 62 | haxelib run openfl build html5 |
54 | 63 | haxelib run openfl build flash |
| 64 | + haxelib run openfl build hl |
0 commit comments