From 08f52986d3ce3b504917ed105de23afb41e7ab10 Mon Sep 17 00:00:00 2001 From: RandomityGuy <31925790+RandomityGuy@users.noreply.github.com> Date: Fri, 11 Apr 2025 23:51:57 +0530 Subject: [PATCH 1/3] Update config.yml pls --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3755f827..0ed48abc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -69,7 +69,6 @@ jobs: git clone https://github.com/RandomityGuy/hxDatachannel haxelib git heaps https://github.com/RandomityGuy/heaps haxelib dev hlopenal ~/deps/hashlink/libs/openal - haxelib dev hlsdl ~/deps/hashlink/libs/sdl haxelib dev hashlink ~/deps/hashlink/other/haxelib haxelib git zyheaps https://github.com/rainyt/zyheaps haxelib git heaps https://github.com/RandomityGuy/heaps @@ -83,6 +82,7 @@ jobs: cd ~/MBHaxe/Export/android cp -R ~/deps/MBHaxeAndroidLibs/* app/ cd ~/deps/MBHaxeAndroidLibs/src/main/cpp/openal-soft + haxelib dev hlsdl ~/deps/MBHaxeAndroidLibs/src/main/cpp/hashlink/libs/sdl mv CMakeLists.txt CMakeLists-copy.txt mv 'CMakeLists 2.txt' CMakeLists.txt cmake . From fdd7277f9a05d709a59c646fda05fc4b26fccd14 Mon Sep 17 00:00:00 2001 From: RandomityGuy <31925790+RandomityGuy@users.noreply.github.com> Date: Fri, 11 Apr 2025 23:57:31 +0530 Subject: [PATCH 2/3] Update config.yml pls --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0ed48abc..6e3e949c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -77,6 +77,8 @@ jobs: - run: name: Prepare directories command: | + export PATH=/tmp/haxe/:"$PATH" + export HAXE_STD_PATH=/tmp/haxe/std cd ~/deps git clone https://github.com/RandomityGuy/MBHaxeAndroidLibs cd ~/MBHaxe/Export/android From 7628cfcbe17ecfa6b2f6ab3cc71111015b271fa2 Mon Sep 17 00:00:00 2001 From: RandomityGuy <31925790+RandomityGuy@users.noreply.github.com> Date: Sat, 12 Apr 2025 00:13:42 +0530 Subject: [PATCH 3/3] Update config.yml pls --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6e3e949c..558444a3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -69,6 +69,7 @@ jobs: git clone https://github.com/RandomityGuy/hxDatachannel haxelib git heaps https://github.com/RandomityGuy/heaps haxelib dev hlopenal ~/deps/hashlink/libs/openal + haxelib dev hlsdl ~/deps/hashlink/libs/sdl haxelib dev hashlink ~/deps/hashlink/other/haxelib haxelib git zyheaps https://github.com/rainyt/zyheaps haxelib git heaps https://github.com/RandomityGuy/heaps @@ -84,7 +85,6 @@ jobs: cd ~/MBHaxe/Export/android cp -R ~/deps/MBHaxeAndroidLibs/* app/ cd ~/deps/MBHaxeAndroidLibs/src/main/cpp/openal-soft - haxelib dev hlsdl ~/deps/MBHaxeAndroidLibs/src/main/cpp/hashlink/libs/sdl mv CMakeLists.txt CMakeLists-copy.txt mv 'CMakeLists 2.txt' CMakeLists.txt cmake .