Browse Source

debug ++ ci

master
Vincent 9 years ago
parent
commit
76360e65c8
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

@ -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

Loading…
Cancel
Save