This commit is contained in:
parent
8d5d67eed8
commit
0c242559f6
2
automation/Jenkinsfile
vendored
2
automation/Jenkinsfile
vendored
@ -40,7 +40,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Check Cross Embedded Bare Metal') {
|
stage('Check Cross Embedded Bare Metal') {
|
||||||
steps {
|
steps {
|
||||||
sh 'cargo check --target thumbv7em-none-eabihf --no-default-features'
|
sh 'cargo check -p satrs-core --target thumbv7em-none-eabihf --no-default-features'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Check Cross Embedded Linux') {
|
stage('Check Cross Embedded Linux') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user