-
Notifications
You must be signed in to change notification settings - Fork 2
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
add Teensyduino into Arduino binary run by Jenkins #4
Comments
It looks like Teensyduino (1.42) is unable to run the --verify option (compile-only) in headless mode. For some reason, it wants to fire up the Teensy Loader, which wants to display a small window, but it can't in a headless environment.
|
Try running it in a virtual frame buffer with |
I haven't used xvrb in years, but that's a great idea. I'll give it a shot, thanks! |
Jenkins owns its own copy of the Arduino IDE. I added ESP8266 and ESP32 to it, and documented the process. Do the same for Teensyduino.
The text was updated successfully, but these errors were encountered: