From cc0680ea632b87766bd339e814f7803c00a29f08 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 14 Dec 2021 14:12:10 +0100 Subject: [PATCH] update jenkinsfile there are now examples --- automation/Jenkinsfile | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index e8ae0e3..df13c69 100644 --- a/automation/Jenkinsfile +++ b/automation/Jenkinsfile @@ -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' - } - } } } \ No newline at end of file