https://gitlab.ow2.org/sat4j/sat4j.git
Raw File
Tip revision: 1bdf238a9415bb3de575b28d9512a86d1186909b authored by Daniel Le Berre on 26 March 2017, 17:25:24 UTC
Solve compilation problem.
Tip revision: 1bdf238
.gitlab-ci.yml
image: maven:3.3.9-jdk-8

cache:
    untracked: true

mybuild:
    stage: build
    script: 
      - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar -Dmaven.test.failure.ignore=true -Dmaven.repo.local=/cache/maven.repo

back to top