fix lime travis error

This commit is contained in:
2021-04-28 15:04:52 -06:00
parent 42d50600d1
commit 1a67868ec2
20 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ EXAMPLE_DIRS=./**/
for EXAMPLE_DIR in $EXAMPLE_DIRS
do
echo "Building $EXAMPLE_DIR for html5"
(cd $EXAMPLE_DIR && lime build html5)
(cd $EXAMPLE_DIR && haxelib run lime build html5)
echo "Building $EXAMPLE_DIR for cpp"
(cd $EXAMPLE_DIR && lime build cpp)
(cd $EXAMPLE_DIR && haxelib run lime build cpp)
done