arduino / actions

Collection of custom Github actions
Other
34 stars 6 forks source link

libraries/compile-examples: support sketch paths located outside the workspace #56

Closed per1234 closed 4 years ago

per1234 commented 4 years ago

The user may wish to run compilation tests on sketches bundled with installed library dependencies. These are installed to /home/github/Arduino/libraries, which is outside the working directory of the action's Docker container.

Use cases:

This required: