File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments