fix test-project.sh

This commit is contained in:
2021-09-18 19:34:07 -06:00
parent 64902bbe3b
commit 4adbd7d750

View File

@@ -25,6 +25,7 @@ then
(cd projects/$KISS_PROJECT && echo "Building $KISS_PROJECT for cpp" && haxelib run lime build cpp)
# if "web-" is in the project name, only test for HTML5
elif [[ $KISS_PROJECT == *web-* ]]
then
(cd projects/$KISS_PROJECT && echo "Building $KISS_PROJECT for html5" && haxelib run lime build html5)
# Otherwise require both to succeed
else