Merge pull request 'only check no_std for satrs-core' (#57) from automation-fix into main
Rust/sat-rs/pipeline/head There was a failure building this commit
Rust/sat-rs/pipeline/head There was a failure building this commit
Reviewed-on: #57
This commit was merged in pull request #57.
This commit is contained in:
Vendored
+1
-1
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user