fix test-project.sh
This commit is contained in:
@@ -25,6 +25,7 @@ then
|
|||||||
(cd projects/$KISS_PROJECT && echo "Building $KISS_PROJECT for cpp" && haxelib run lime build cpp)
|
(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
|
# if "web-" is in the project name, only test for HTML5
|
||||||
elif [[ $KISS_PROJECT == *web-* ]]
|
elif [[ $KISS_PROJECT == *web-* ]]
|
||||||
|
then
|
||||||
(cd projects/$KISS_PROJECT && echo "Building $KISS_PROJECT for html5" && haxelib run lime build html5)
|
(cd projects/$KISS_PROJECT && echo "Building $KISS_PROJECT for html5" && haxelib run lime build html5)
|
||||||
# Otherwise require both to succeed
|
# Otherwise require both to succeed
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user