Skip to content
Snippets Groups Projects

Ci setup

Merged Ghost User requested to merge ci-setup into master
2 files
+ 17
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -49,10 +49,10 @@ sonarqube_preview:
build:
stage: build
script:
- ./gradlew -g /cache/.gradle clean assemble
- ./gradlew -g /cache/.gradle clean assemble copyGui
artifacts:
paths:
- lib/Simulator.jar
- lib/
- target/
allow_failure: false
Loading