update jenkinsfile
there are now examples
This commit is contained in:
parent
c2255f2da9
commit
cc0680ea63
12
automation/Jenkinsfile
vendored
12
automation/Jenkinsfile
vendored
@ -36,17 +36,5 @@ pipeline {
|
|||||||
sh 'cargo check --target armv7-unknown-linux-gnueabihf'
|
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'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user