Skip to content
This repository has been archived by the owner on Feb 1, 2025. It is now read-only.

Commit

Permalink
rebuilding lime and hxcpp for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 authored Sep 22, 2024
1 parent 0d8fe16 commit 64fe36e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
- name: Installing/Updating libraries
run: |
haxe -cp commandline -D analyzer-optimize --run Main setup --lib=./libs.mobile.xml
- name: Rebuilding lime and hxcpp
run: |
haxelib run lime rebuild hxcpp
haxelib run lime rebuild linux -release -clean
haxelib run lime rebuild android -release -clean
haxelib run lime rebuild tools
- name: Configuring Android
run: |
haxelib run lime config ANDROID_SDK $ANDROID_HOME
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
haxe -cp commandline -D analyzer-optimize --run Main setup --lib=./libs.mobile.xml
- name: Building the game
run: haxelib run lime build ios -nosign
- name: Rebuilding lime and hxcpp
run: |
haxelib run lime rebuild hxcpp
haxelib run lime rebuild mac -release -clean
haxelib run lime rebuild ios -release -clean
haxelib run lime rebuild tools
- name: Clearing already existing cache
uses: actions/github-script@v6
with:
Expand Down

0 comments on commit 64fe36e

Please sign in to comment.