Skip to content

Instantly share code, notes, and snippets.

@seogi1004
Created January 30, 2019 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seogi1004/8279b0089af3e2e02bc074f29ed1e147 to your computer and use it in GitHub Desktop.
Save seogi1004/8279b0089af3e2e02bc074f29ed1e147 to your computer and use it in GitHub Desktop.
- stage: backend
language: java
jdk: openjdk8
script:
- mvn install jacoco:report -Dmaven.repo.local=.m2/repository --batch-mode
after_success:
- mvn sonar:sonar -Dsonar.projectKey=seogi1004_vuejs-springboot-starter -Dsonar.organization=seogi1004-github -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment