install hxcpp for flixel testing

This commit is contained in:
2021-04-28 19:54:53 -06:00
parent 14b46091bc
commit a56a222bfa

View File

@@ -6,10 +6,11 @@ if [ ! -z "${TRAVIS_OS_NAME}" ]; then
# Install basic dependencies for Kiss testing # Install basic dependencies for Kiss testing
(cd kiss/build-scripts && haxelib install all --always) (cd kiss/build-scripts && haxelib install all --always)
# Install HaxeFlixel because many Kiss projects use it # Install HaxeFlixel with c++ tooling because many Kiss projects use it
haxelib install lime haxelib install lime
haxelib install openfl haxelib install openfl
haxelib install flixel haxelib install flixel
haxelib install hxcpp
fi fi
for PROJECT_DIR in $PROJECT_DIRS for PROJECT_DIR in $PROJECT_DIRS