small jenkinsfile fix
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit
This commit is contained in:
parent
c5b16f006f
commit
72b8f45161
2
automation/Jenkinsfile
vendored
2
automation/Jenkinsfile
vendored
@ -30,7 +30,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Check Cross') {
|
stage('Check Cross') {
|
||||||
steps {
|
steps {
|
||||||
sh 'cross check --target thumbv7em-none-eabihf --no-default-features'
|
sh 'cargo check --target thumbv7em-none-eabihf --no-default-features'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user