fix lime travis error
This commit is contained in:
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
@@ -7,12 +7,14 @@ echo "Running headless ASCIILib tests"
|
||||
(cd test && haxe build.hxml)
|
||||
|
||||
# Make sure the examples with backends compile, at least:
|
||||
EXAMPLE_DIRS=examples/**/
|
||||
|
||||
# Flixel backend
|
||||
EXAMPLE_DIRS=examples/flixel/**/
|
||||
|
||||
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
|
@@ -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
|
@@ -10,8 +10,6 @@ if [ ! -z "${TRAVIS_OS_NAME}" ]; then
|
||||
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
|
||||
|
Reference in New Issue
Block a user