Merge branch 'develop' of ssh://git.foxiepa.ws:2525/Otherkin.Club/pleroma into develop

develop
Rachel Fae Fox (foxiepaws) 2019-07-18 11:08:12 -04:00
commit 54d646c2fe
1 changed files with 3 additions and 6 deletions

9
Jenkinsfile vendored
View File

@ -17,7 +17,9 @@ mix compile'''
steps {
sh '''mix ecto.create
mix ecto.migrate
mix coveralls --trace --preload-modules'''
mix coveralls.html --trace --preload-modules'''
junit '_build/pleroma-junit.xml'
archiveArtifacts(artifacts: 'cover/excoveralls.html', allowEmptyArchive: true)
}
}
stage('Analysis') {
@ -34,11 +36,6 @@ mix coveralls --trace --preload-modules'''
}
}
}
stage('Save') {
steps {
junit '_build/junit.xml'
}
}
}
environment {
MIX_ENV = 'test'