Skip to content

Commit fa780bb

Browse files
committed
actions: update
1 parent 274f734 commit fa780bb

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Haxe CI
1+
name: CI
22

33
on:
44
push:
@@ -7,48 +7,58 @@ on:
77
- master
88

99
jobs:
10-
build:
11-
10+
build-misc:
1211
runs-on: ubuntu-latest
13-
1412
steps:
15-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1614
- uses: krdlab/setup-haxe@v1
1715
with:
18-
haxe-version: 4.1.2
16+
haxe-version: 4.2.5
1917
- name: Set up Dependencies
2018
run: |
2119
haxelib install lime --quiet
2220
haxelib install openfl --quiet
2321
haxelib install actuate --quiet
2422
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
2530
- name: Build counter
2631
working-directory: counter
2732
run: |
2833
haxelib run openfl build neko
2934
haxelib run openfl build html5
3035
haxelib run openfl build flash
36+
haxelib run openfl build hl
3137
- name: Build crud
3238
working-directory: crud
3339
run: |
3440
haxelib run openfl build neko
3541
haxelib run openfl build html5
3642
haxelib run openfl build flash
43+
haxelib run openfl build hl
3744
- name: Build flight-booker
3845
working-directory: flight-booker
3946
run: |
4047
haxelib run openfl build neko
4148
haxelib run openfl build html5
4249
haxelib run openfl build flash
50+
haxelib run openfl build hl
4351
- name: Build temperature-converter
4452
working-directory: temperature-converter
4553
run: |
4654
haxelib run openfl build neko
4755
haxelib run openfl build html5
4856
haxelib run openfl build flash
57+
haxelib run openfl build hl
4958
- name: Build timer
5059
working-directory: timer
5160
run: |
5261
haxelib run openfl build neko
5362
haxelib run openfl build html5
5463
haxelib run openfl build flash
64+
haxelib run openfl build hl

0 commit comments

Comments
 (0)