Skip to content
Snippets Groups Projects

Ci setup

Merged Ghost User requested to merge ci-setup into master
  1. Jan 26, 2017
  2. Jan 25, 2017
    • Melanie Bruns's avatar
      Fix indentation and use gradle docker image · 6be3d6ce
      Melanie Bruns authored
      The .yaml cannot be parsed if the indentation is wrong. Gitlb CI Lint
      does not find that and simply complains about the first line.
      
      A gradle docker image is used now. Hopefully that works for us, there is
      no official gradle docker image. Alternatively, we could use a java
      image, but we would probably need to install gradle on that, so I hope
      taking this image makes things easier.
      6be3d6ce
    • Melanie Bruns's avatar
      Set up gitlab CI build using gradle · 00026641
      Melanie Bruns authored
      Gitlab CI build should be set up with gradle. Gradle should do the same
      thing as the current compile script. This is the first draft. All gradle
      files were created using gradle init for java_libraries.
      00026641
Loading