add two more toolchains in jenkinsfile
All checks were successful
Rust/max116xx-10bit/pipeline/pr-main This commit looks good
Rust/max116xx-10bit/pipeline/head This commit looks good

This commit is contained in:
2021-12-14 14:13:45 +01:00
parent cc0680ea63
commit 0cd4d7369b
2 changed files with 4 additions and 1 deletions

View File

@ -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'
}
}
}