Device specific support and UART Improvements
All checks were successful
Rust/va416xx-rs/pipeline/head This commit looks good
All checks were successful
Rust/va416xx-rs/pipeline/head This commit looks good
This commit is contained in:
4
automation/Jenkinsfile
vendored
4
automation/Jenkinsfile
vendored
@ -36,7 +36,9 @@ pipeline {
|
||||
}
|
||||
stage('Check Examples') {
|
||||
steps {
|
||||
sh 'cargo check --target thumbv7em-none-eabihf --examples'
|
||||
sh """
|
||||
cargo check --target thumbv7em-none-eabihf --examples
|
||||
"""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user