Skip to content

--verify for 'release' version of arduino IDE executable on Windows #3461

Closed
@pfeerick

Description

@pfeerick

So, after reading the recent Adafruilt writeup on Travis CI integration (and getting it to work for both a library and a sketch github repo, yay!), I thought it would be handy to be able to have automated sketch verification on Windows also. So I tried the below cl and it didn't work how I expected... I get that of course the 'release' build of the Arduino IDE doesn't output any messages to the console after starting as it has already returned control to the OS... so my question is more along the lines of 'is running the 'debug' exe the officially supported method of accessing --verify and --upload on the Windows platform"? As if it ain't, and you should be able to do this with the release exe, then we've got ourselves a bug!

Release (arduino.exe)

D:\Open Source Programming\arduino-hourly>arduino --board arduino:avr:uno --verify "examples\01.Basics\Blink\Blink.ino"

[splash screen, loading configuration, initialising packages, preparing boards, then nothing]

Debug (arduino_debug.exe)

D:\Open Source Programming\arduino-hourly>arduino_debug --board arduino:avr:uno--verify "examples\01.Basics\Blink\Blink.ino"
Loading configuration...
Initializing packages...
Preparing boards...
Verifying...

Sketch uses 1,030 bytes (3%) of program storage space. Maximum is 32,256 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2,039 bytes for local variables. Maximum is 2,048 bytes.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions