-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improves travis buildroot regexp #3998
Improves travis buildroot regexp #3998
Conversation
23acf34
to
3234d45
Compare
Word boundaries, nice. I never knew about those in regular expressions. Looks like the 1.6.9 changes aren't being taken well… |
There is a known bug with |
If that is so, you can rebase this against |
3234d45
to
9b3a089
Compare
$ restore_configs
The command "restore_configs" exited with 0.
$ opt_enable ULTRA_LCD
The command "opt_enable ULTRA_LCD" exited with 0.
$ build_marlin
Picked up JAVA_TOOL_OPTIONS:
Loading configuration...
Xlib: extension "RANDR" missing on display ":1.0".
Initializing packages...
Preparing boards...
Verifying...
sketch/ultralcd.cpp: In function 'void lcd_update()':
ultralcd.cpp:2165: error: 'manage_manual_move' was not declared in this scope
manage_manual_move();
^
exit status 1
'manage_manual_move' was not declared in this scope
The command "build_marlin" exited with 1. |
Strange. The EDIT: Actually, the code is just in a hard-to-see |
PFW-1479: Change Temp model to Thermal model
Follow up #3906: The regular expressions are not working properly as most of the Travis tests are outputting the text bellow, which is a sign of options aren't being manipulated.
I also took the opportunity to upgrade travis Arduino IDE version to 1.6.9.