Skip to content
Snippets Groups Projects
Commit 36024a28 authored by erbel's avatar erbel
Browse files

Adjust build and CI

parent 94944f72
No related branches found
No related tags found
1 merge request!6Dev/ref
Pipeline #97196 canceled
......@@ -3,6 +3,7 @@ image: gradle:alpine
stages:
- build
- test
- pages
- deploy
variables:
......@@ -14,8 +15,7 @@ before_script:
build:
stage: build
script:
- mv src/test/resources/martserver-plugins ~/martserver-plugins/
- gradle build
- gradle assemble
- gradle updateSiteZip
artifacts:
paths:
......@@ -35,7 +35,7 @@ test:
- config/html/
pages:
stage: deploy
stage: pages
script:
- mkdir public
- mv config/html/* public
......@@ -53,7 +53,9 @@ upload:
script:
- gradle upload
only:
- master
- tags
except:
- branches
after_script:
- echo "End CI"
......
......@@ -147,7 +147,7 @@ javadoc {
failOnError = true
}
test {
//exclude 'de/ugoe/cs/rwm/mocci/live/**'
exclude 'de/ugoe/cs/rwm/mocci/live/**'
//exclude 'de/ugoe/cs/rwm/mocci/**'
testLogging.showStandardStreams = true
testLogging {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment