Update Files

This commit is contained in:
2025-01-22 16:18:30 +01:00
parent ed4603cf95
commit a36294b518
16718 changed files with 2960346 additions and 0 deletions

View File

@ -0,0 +1,28 @@
#!/bin/bash
set -ev
git clone --recursive https://github.com/HaxeFoundation/haxe.git ~/haxe --depth 1
brew update
brew tap Homebrew/bundle
brew bundle --file=~/haxe/tests/Brewfile --no-upgrade
brew install neko --HEAD;
export OPAMYES=1
opam init
eval `opam config env`
opam update
opam pin add haxe ~/haxe --no-action
opam install haxe --deps-only
# Build haxe
pushd ~/haxe
make ADD_REVISION=1 && sudo make install INSTALL_DIR=/usr/local
popd
haxe -version
# setup haxelib
mkdir ~/haxelib && haxelib setup ~/haxelib
haxelib dev hxcpp $TRAVIS_BUILD_DIR
haxelib install record-macros