Browse Source

ci ok

master
Vincent 9 years ago
parent
commit
046dda0955
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

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

Loading…
Cancel
Save