fix CI dependency error for habit game
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
-lib datetime
|
@@ -4,6 +4,7 @@ KISS_PROJECT=${KISS_PROJECT:-$1}
|
|||||||
KISS_PROJECT=${KISS_PROJECT:-aoc}
|
KISS_PROJECT=${KISS_PROJECT:-aoc}
|
||||||
|
|
||||||
./test-env.sh
|
./test-env.sh
|
||||||
|
(cd projects/$KISS_PROJECT && haxelib install all --always)
|
||||||
|
|
||||||
# If project folder contains "flixel-", test that its code compiles for HTML5 and C++
|
# If project folder contains "flixel-", test that its code compiles for HTML5 and C++
|
||||||
if [[ $KISS_PROJECT == *flixel-* ]]
|
if [[ $KISS_PROJECT == *flixel-* ]]
|
||||||
@@ -34,6 +35,5 @@ then
|
|||||||
fi
|
fi
|
||||||
# Test other projects with their test.sh file
|
# Test other projects with their test.sh file
|
||||||
else
|
else
|
||||||
(cd projects/$KISS_PROJECT && haxelib install all --always)
|
|
||||||
(cd projects/$KISS_PROJECT && ./test.sh "${@:2}")
|
(cd projects/$KISS_PROJECT && ./test.sh "${@:2}")
|
||||||
fi
|
fi
|
Reference in New Issue
Block a user