Browse Source

Merge branch 'master' of ssh://gitlab.pard0x.com:8080/pard0x/pointspermis

master
Vincent KHERBACHE 9 years ago
parent
commit
cf2d50c435
  1. 1
      .gitlab-ci.yml

1
.gitlab-ci.yml

@ -1,6 +1,7 @@
compile:
stage: build
script:
- echo -e $PROPERTIES > local.properties
- gradle clean compileReleaseJava compileReleaseNdk
only:
- master

Loading…
Cancel
Save