try cross-compilation in docker
Rust/spacepackets/pipeline/head There was a failure building this commit
Rust/spacepackets/pipeline/head There was a failure building this commit
This commit is contained in:
Vendored
+5
@@ -28,5 +28,10 @@ pipeline {
|
||||
sh 'cargo check'
|
||||
}
|
||||
}
|
||||
stage('Check Cross') {
|
||||
steps {
|
||||
sh 'cross check --target thumbv7em-none-eabihf --no-default-features'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user