Skip to content

Commit

Permalink
Update CI (#1531)
Browse files Browse the repository at this point in the history
  • Loading branch information
tekka007 authored Sep 4, 2022
1 parent 94fa567 commit 093afa0
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .ci/pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,28 @@ def call(Closure body) {
config.pr.setBuildStatus(config, 'PENDING', 'Toll gate (Arduino Mega - Tests)', 'Not run yet...', '')
config.pr.setBuildStatus(config, 'PENDING', 'Toll gate (MySensorsMicro - Examples)', 'Not run yet...', '')
config.pr.setBuildStatus(config, 'PENDING', 'Toll gate (MySensorsGW - Examples)', 'Not run yet...', '')
/*

/*
config.pr.setBuildStatus(config, 'PENDING', 'Toll gate (nRF52832 - Examples)', 'Not run yet...', '')
config.pr.setBuildStatus(config, 'PENDING', 'Toll gate (nRF51822 - Examples)', 'Not run yet...', '')
*/
*/

config.pr.setBuildStatus(config, 'PENDING', 'Toll gate (nRF5 - Examples)', 'Not run yet...', '')

/*
config.pr.setBuildStatus(config, 'PENDING', 'Toll gate (ESP8266 - Examples)', 'Not run yet...', '')
/*
*/

/*
config.pr.setBuildStatus(config, 'PENDING', 'Toll gate (ESP32 - Examples)', 'Not run yet...', '')
config.pr.setBuildStatus(config, 'PENDING', 'Toll gate (STM32F1 - Examples)', 'Not run yet...', '')
*/
*/

config.pr.setBuildStatus(config, 'PENDING', 'Toll gate (Arduino Uno - Examples)', 'Not run yet...', '')

/*
config.pr.setBuildStatus(config, 'PENDING', 'Toll gate (Arduino Mega - Examples)', 'Not run yet...', '')
*/
} else {
config.is_pull_request = false
echo "Building branch: "+env.BRANCH_NAME
Expand Down

0 comments on commit 093afa0

Please sign in to comment.