Select Git revision
.gitlab-ci.yml
-
René Schöne authored
- also try to setup CI (might fail)
René Schöne authored- also try to setup CI (might fail)
.gitlab-ci.yml 250 B
variables:
GIT_SUBMODULE_STRATEGY: recursive
services:
- name: "eclipse-mosquitto:1.6.9"
alias: "mqtt"
stages:
- build
build:
image: openjdk:8
stage: build
before_script:
- ls -lah *
script:
- ./gradlew --no-daemon build