This commit is contained in:
Dima Granetchi
2014-11-16 04:31:11 +02:00
parent c4e2cecd52
commit 4452ece8e2
+2 -1
View File
@@ -56,7 +56,8 @@ script:
- pwd
- ls
# build the target. This will call haxe with the HXFLAGS and HXFLAGS_EXTRA environment variables
- HXFLAGS="--times -cp src -cp test -main Tests -lib buddy -D reporter=buddy.TravisReporter" bash -x ~/travis-hx/build.sh
- HXFLAGS="-v --times -cp src -cp test -main Tests -lib buddy -D reporter=buddy.TravisReporter" bash -x ~/travis-hx/build.sh
- pwd
- ls
# run the tests
- ~/travis-hx/runtests.sh $FILENAME # this will set the $FILENAME defined on the environment variable to run the tests