Several improvements #1

Merged
muellerr merged 5 commits from simplified-api into main 2021-12-14 14:20:05 +01:00
Showing only changes of commit cc0680ea63 - Show all commits

View File

@ -36,17 +36,5 @@ pipeline {
sh 'cargo check --target armv7-unknown-linux-gnueabihf'
}
}
stage('Check Examples') {
agent {
dockerfile {
dir 'automation'
reuseNode true
}
}
steps {
sh 'cargo check --target thumbv6m-none-eabi --examples'
sh 'cargo check --target armv7-unknown-linux-gnueabihf'
}
}
}
}