Merge pull request 'only check no_std for satrs-core' (#57) from automation-fix into main
Some checks failed
Rust/sat-rs/pipeline/head There was a failure building this commit
Some checks failed
Rust/sat-rs/pipeline/head There was a failure building this commit
Reviewed-on: #57
This commit is contained in:
commit
429f24cfdb
2
automation/Jenkinsfile
vendored
2
automation/Jenkinsfile
vendored
@ -40,7 +40,7 @@ pipeline {
|
||||
}
|
||||
stage('Check Cross Embedded Bare Metal') {
|
||||
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') {
|
||||
|
Loading…
Reference in New Issue
Block a user