Skip to content

Commit 0b537f1

Browse files
committed
Compile HXCPP Build Tools
Signed-off-by: TechnikTil <techniktil@tilnotdrip.org>
1 parent eda5ce9 commit 0b537f1

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ jobs:
3232
haxelib install hmm --quiet
3333
haxelib run hmm install
3434
35+
- name: Compile HXCPP Build Tools
36+
run: |
37+
cd .haxelib/hxcpp/git/tools/hxcpp
38+
haxe compile.hxml
39+
cd ../../../../..
40+
3541
- name: Compile Application
3642
run: haxelib run lime build windows
3743

@@ -105,6 +111,12 @@ jobs:
105111
haxelib install hmm --quiet
106112
haxelib run hmm install
107113
114+
- name: Compile HXCPP Build Tools
115+
run: |
116+
cd .haxelib/hxcpp/git/tools/hxcpp
117+
haxe compile.hxml
118+
cd ../../../../..
119+
108120
- name: Compile Application
109121
run: haxelib run lime build linux
110122

@@ -154,6 +166,12 @@ jobs:
154166
haxelib install hmm --quiet
155167
haxelib run hmm install
156168
169+
- name: Compile HXCPP Build Tools
170+
run: |
171+
cd .haxelib/hxcpp/git/tools/hxcpp
172+
haxe compile.hxml
173+
cd ../../../../..
174+
157175
- name: Configure Android
158176
run: |
159177
haxelib run lime config ANDROID_SDK $ANDROID_HOME
@@ -197,6 +215,12 @@ jobs:
197215
haxelib install hmm --quiet
198216
haxelib run hmm install
199217
218+
- name: Compile HXCPP Build Tools
219+
run: |
220+
cd .haxelib/hxcpp/git/tools/hxcpp
221+
haxe compile.hxml
222+
cd ../../../../..
223+
200224
- name: Compile Application
201225
run: haxelib run lime build ios -nosign
202226

0 commit comments

Comments
 (0)