debug ++ ci

This commit is contained in:
Vincent 2015-11-16 03:30:56 +01:00
parent 3c294fc860
commit 76360e65c8

View File

@ -2,6 +2,6 @@ compile:
stage: build
script:
- echo -e $PROPERTIES > local.properties
- gradle clean build --info --debug
- gradle clean build --info --debug --stacktrace
only:
- master