Updated config.yml

This commit is contained in:
RandomityGuy 2022-12-17 00:13:39 +05:30 committed by Kayden Tebau
parent d0c220bdd8
commit cc47bcddc8
No known key found for this signature in database
GPG key ID: 933A1F44222C2634

View file

@ -19,19 +19,21 @@ jobs:
mkdir /tmp/haxe mkdir /tmp/haxe
curl -fsSL --retry 3 --retry-delay 5 "$download_url" -o /tmp/haxe.tar.gz curl -fsSL --retry 3 --retry-delay 5 "$download_url" -o /tmp/haxe.tar.gz
tar xzvf /tmp/haxe.tar.gz -C /tmp/haxe --strip-components=1 tar xzvf /tmp/haxe.tar.gz -C /tmp/haxe --strip-components=1
echo 'export PATH=/tmp/haxe/:"$PATH"' >> "$BASH_ENV" export PATH=/tmp/haxe/:"$PATH"
echo "export HAXE_STD_PATH=/tmp/haxe/std" >> "$BASH_ENV" export HAXE_STD_PATH=/tmp/haxe/std"
source "$BASH_ENV"
/tmp/haxe/haxe --version /tmp/haxe/haxe --version
brew install cmake
- run: | brew install libpthread-stubs
brew install cmake brew install neko
brew install libpthread-stubs
- run: |
set -eux
haxelib setup ~/haxelib haxelib setup ~/haxelib
haxelib list haxelib list
git clone https://github.com/RandomityGuy/MBHaxe
haxelib install hashlink
haxelib install hlsdl
haxelib git heaps https://github.com/RandomityGuy/heaps
git clone https://github.com/RandomityGuy/hashlink
curl -LJO https://github.com/RandomityGuy/hashlink/releases/download/latest/hashlink-69bf6d7-darwin.tar.gz
tar -xvzf hashlink-69bf6d7-darwin.tar.gz
# Invoke jobs via workflows # Invoke jobs via workflows
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows # See: https://circleci.com/docs/2.0/configuration-reference/#workflows