mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-05-22 07:01:27 +00:00
Use cached builds for Lime
This commit is contained in:
parent
050086fb36
commit
4e1a5d6d65
25
.github/workflows/build-shit.yml
vendored
25
.github/workflows/build-shit.yml
vendored
|
@ -27,21 +27,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
- uses: ./.github/actions/setup-haxeshit
|
- uses: ./.github/actions/setup-haxeshit
|
||||||
- name: Build Lime
|
|
||||||
# TODO: Remove the step that builds Lime later.
|
|
||||||
# Bash method
|
|
||||||
run: |
|
|
||||||
LIME_PATH=`haxelib libpath lime`
|
|
||||||
echo "Moving to $LIME_PATH"
|
|
||||||
cd $LIME_PATH
|
|
||||||
git submodule sync --recursive
|
|
||||||
git submodule update --recursive
|
|
||||||
git status
|
|
||||||
sudo apt-get install -y libxinerama-dev libxrandr-dev libgl1-mesa-dev
|
|
||||||
haxelib run lime rebuild linux --clean
|
|
||||||
- name: Build game
|
- name: Build game
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -y libx11-dev xorg-dev libgl-dev libxi-dev libxext-dev libasound2-dev
|
sudo apt-get install -y libx11-dev xorg-dev libgl-dev libxi-dev libxext-dev libasound2-dev libxinerama-dev libxrandr-dev libgl1-mesa-dev
|
||||||
haxelib run lime build html5 -debug --times
|
haxelib run lime build html5 -debug --times
|
||||||
ls
|
ls
|
||||||
- uses: ./.github/actions/upload-itch
|
- uses: ./.github/actions/upload-itch
|
||||||
|
@ -61,17 +49,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
- uses: ./.github/actions/setup-haxeshit
|
- uses: ./.github/actions/setup-haxeshit
|
||||||
- name: Build Lime
|
|
||||||
# TODO: Remove the step that builds Lime later.
|
|
||||||
# Powershell method
|
|
||||||
run: |
|
|
||||||
$LIME_PATH = haxelib libpath lime
|
|
||||||
echo "Moving to $LIME_PATH"
|
|
||||||
cd $LIME_PATH
|
|
||||||
git submodule sync --recursive
|
|
||||||
git submodule update --recursive
|
|
||||||
git status
|
|
||||||
haxelib run lime rebuild windows --clean
|
|
||||||
- name: Build game
|
- name: Build game
|
||||||
run: |
|
run: |
|
||||||
haxelib run lime build windows -debug
|
haxelib run lime build windows -debug
|
||||||
|
|
2
hmm.json
2
hmm.json
|
@ -88,7 +88,7 @@
|
||||||
"name": "lime",
|
"name": "lime",
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"dir": null,
|
"dir": null,
|
||||||
"ref": "acb0334c59bd4618f3c0277584d524ed0b288b5f",
|
"ref": "58800b7810123cbe5c1f5b88f23e4ebf6fae6f3a",
|
||||||
"url": "https://github.com/EliteMasterEric/lime"
|
"url": "https://github.com/EliteMasterEric/lime"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue