Skip to content

Conversation

d-a-v
Copy link
Collaborator

@d-a-v d-a-v commented Nov 20, 2020

set every other ci builder to use waveform phase lock

@d-a-v d-a-v changed the title Ci waveform+updates CI waveform flavour select Nov 20, 2020
Copy link
Collaborator

@earlephilhower earlephilhower left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM after the log dump is removed.

tests/common.sh Outdated
print_size_info >size.log
export ARDUINO_IDE_PATH=$arduino
local pwm_phase=""
[ $(( $build_rem % 2 )) -eq 0 ] && local pwm_phase="--waveform_phase"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bash is a monster, isn't it? I was about to make a comment that you wanted == but then realized you're generating local.

Not sure if the local here is needed since you already made one on the prior line.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed the second local

@d-a-v d-a-v merged commit 27b54f5 into esp8266:master Nov 20, 2020
@d-a-v d-a-v deleted the ci-waveform+updates branch November 20, 2020 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants