File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 build :
9- name : Linux Build
9+ name : Linux Build (Self-Hosted)
1010 permissions : write-all
1111 runs-on : self-hosted
1212 steps :
@@ -27,12 +27,12 @@ jobs:
2727 export/release/linux/obj/
2828 - run : |
2929 echo "HXCPP_COMPILE_CACHE=~/.hxcpp" >> $GITHUB_ENV
30- - name : Installing LibVLC
31- run : |
32- sudo apt-get install libvlc-dev libvlccore-dev
3330 - name : Installing/Updating libraries
3431 run : |
3532 haxe -cp commandline -D analyzer-optimize --run Main setup -s
33+ - name : Build Lime Debug
34+ run : |
35+ haxelib run lime rebuild linux -64 -nocffi -release
3636 - name : Building the game
3737 run : |
3838 haxelib run lime build linux -DCOMPILE_EXPERIMENTAL
@@ -101,12 +101,12 @@ jobs:
101101 export/debug/linux/obj/
102102 - run : |
103103 echo "HXCPP_COMPILE_CACHE=~/.hxcpp" >> $GITHUB_ENV
104- - name : Installing LibVLC
105- run : |
106- sudo apt-get install libvlc-dev libvlccore-dev
107104 - name : Installing/Updating libraries
108105 run : |
109106 haxe -cp commandline -D analyzer-optimize --run Main setup -s
107+ - name : Build Lime Debug
108+ run : |
109+ haxelib run lime rebuild linux -64 -nocffi -debug
110110 - name : Building the game
111111 run : |
112112 haxelib run lime build linux -debug
You can’t perform that action at this time.
0 commit comments