[test] Run lime build over flixel projects

This commit is contained in:
2021-04-27 17:37:34 -06:00
parent d352bf791f
commit fa5db8233a
5 changed files with 35 additions and 1 deletions

View File

@@ -3,7 +3,15 @@
PROJECT_DIRS=projects/**/
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
haxelib install lime
haxelib install openfl
haxelib install flixel
haxelib run lime setup flixel
haxelib run lime setup
fi
for PROJECT_DIR in $PROJECT_DIRS