only check no_std for satrs-core
Some checks are pending
Rust/sat-rs/pipeline/head Build queued...

This commit is contained in:
Robin Müller 2023-07-12 14:06:47 +02:00
parent 8d5d67eed8
commit 0c242559f6
Signed by: muellerr
GPG Key ID: 407F9B00F858F270

View File

@ -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') {