From a56a222bfae547aec623d1a39d278157b0e9c576 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Wed, 28 Apr 2021 19:54:53 -0600 Subject: [PATCH] install hxcpp for flixel testing --- test-projects.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-projects.sh b/test-projects.sh index cd820194..50be9282 100755 --- a/test-projects.sh +++ b/test-projects.sh @@ -6,10 +6,11 @@ if [ ! -z "${TRAVIS_OS_NAME}" ]; then # Install basic dependencies for Kiss testing (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 openfl haxelib install flixel + haxelib install hxcpp fi for PROJECT_DIR in $PROJECT_DIRS