Jenkins CI Setup #1

Merged
cameron merged 5 commits from feature/ci-setup into master 2020-06-17 18:19:39 +00:00
Showing only changes of commit e80af99d18 - Show all commits

2
Jenkinsfile vendored
View File

@@ -15,7 +15,7 @@ pipeline {
}
stage('lint') {
steps {
sh 'cargo clippy'
sh 'cargo clippy -- -D warnings'
}
}
stage('test') {