From 64fe36ea0d616f0f88ee963e5a35a3e50566b71a Mon Sep 17 00:00:00 2001 From: Lily Date: Sun, 22 Sep 2024 16:50:48 +0300 Subject: [PATCH] rebuilding lime and hxcpp for mobile --- .github/workflows/android.yml | 6 ++++++ .github/workflows/ios.yml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index f1040fb79..d15aed501 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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 diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 54748ede2..a981ca915 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -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: