Skip to content
Snippets Groups Projects

Ci setup

Merged Ghost User requested to merge ci-setup into master
1 file
+ 5
2
Compare changes
  • Side-by-side
  • Inline
+ 5
2
@@ -64,7 +64,7 @@ build:
- LICENSE.txt
- README.md
- README.txt
- default_settings
- default_settings.txt
- CONTRIBUTING.md
- HISTORY.txt
@@ -74,4 +74,7 @@ build:
test:
stage: test
script:
- ./gradlew -g /cache/.gradle check
\ No newline at end of file
- ./gradlew -g /cache/.gradle check
artifacts:
paths:
- build/reports/
\ No newline at end of file
Loading