add two more toolchains in jenkinsfile
This commit is contained in:
2
automation/Jenkinsfile
vendored
2
automation/Jenkinsfile
vendored
@ -34,6 +34,8 @@ pipeline {
|
||||
steps {
|
||||
sh 'cargo check --target thumbv6m-none-eabi'
|
||||
sh 'cargo check --target armv7-unknown-linux-gnueabihf'
|
||||
sh 'cargo check --target x86_64-unknown-linux-gnu'
|
||||
sh 'cargo check --target thumbv7em-none-eabihf'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user