[test] Run lime build over flixel projects
This commit is contained in:
12
projects/flixel/test.sh
Executable file
12
projects/flixel/test.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#! /bin/bash
|
||||
|
||||
# Make sure the examples with backends compile, at least:
|
||||
EXAMPLE_DIRS=./**/
|
||||
|
||||
for EXAMPLE_DIR in $EXAMPLE_DIRS
|
||||
do
|
||||
echo "Building $EXAMPLE_DIR for html5"
|
||||
(cd $EXAMPLE_DIR && lime build html5)
|
||||
echo "Building $EXAMPLE_DIR for cpp"
|
||||
(cd $EXAMPLE_DIR && lime build cpp)
|
||||
done
|
Reference in New Issue
Block a user