Commenting out clippy, since he's not coming until later.
This commit is contained in:
parent
129631886b
commit
6d5bba1dcc
@ -9,7 +9,8 @@ before_install:
|
|||||||
script:
|
script:
|
||||||
- cargo build --verbose --all
|
- cargo build --verbose --all
|
||||||
- cargo fmt --all -- --check
|
- cargo fmt --all -- --check
|
||||||
- cargo clippy
|
# No clippy until later...
|
||||||
|
#- cargo clippy
|
||||||
- cargo test --verbose --all
|
- cargo test --verbose --all
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
|
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -14,7 +14,8 @@ pipeline {
|
|||||||
stage('Check') {
|
stage('Check') {
|
||||||
steps {
|
steps {
|
||||||
sh 'cargo fmt --all -- --check'
|
sh 'cargo fmt --all -- --check'
|
||||||
sh 'cargo clippy'
|
// No clippy until later...
|
||||||
|
//sh 'cargo clippy'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
|
Loading…
Reference in New Issue
Block a user