From 5c918c02d27d561e9038b71ceddfce33ee20cdc2 Mon Sep 17 00:00:00 2001 From: RandomityGuy <31925790+RandomityGuy@users.noreply.github.com> Date: Sat, 17 Dec 2022 01:27:35 +0530 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1e28aaf6..f1feca7e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,11 +31,12 @@ jobs: haxelib install hlsdl haxelib git heaps https://github.com/RandomityGuy/heaps git clone https://github.com/RandomityGuy/hashlink - curl -fsSL --retry 3 --retry-delay 5 https://github.com/RandomityGuy/hashlink/releases/download/latest/hashlink-69bf6d7-darwin.tar.gz + curl -LJO https://github.com/RandomityGuy/hashlink/releases/download/latest/hashlink-69bf6d7-darwin.tar.gz tar -xvzf hashlink-69bf6d7-darwin.tar.gz cp -rf hashlink/libs/sdl/* ~/haxelib/hlsdl/1,10,0 haxe compile-c.hxml cp -r hashlink-69bf6d7-darwin/* native + gcc -O0 -o marblegame native/marblegame.c -lhl -Ihashlink-69bf6d7-darwin/include -Inative -Lnative fmt.hdll mysql.hdll sdl.hdll openal.hdll ssl.hdll ui.hdll uv.hdll # Invoke jobs via workflows # See: https://circleci.com/docs/2.0/configuration-reference/#workflows