This commit is contained in:
Vendored
+3
-1
@@ -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