Giter Site home page Giter Site logo

Comments (4)

dolfandringa avatar dolfandringa commented on August 23, 2024

I would really love to have this feature. Issue #69 could have been easily fixed with this feature (just add .bundle to the ignore path) but I am combining arduino_ci with https://github.com/ladislas/Bare-Arduino-Project which both fill part of my use-case, but neither fill both. Right now the Bare-Arduino-Project makefiles are adding files to my repos, that cause arduino_ci tests to fail because arduino_ci is including those files in the build process. They are temporary files that I don't need, so manually removing them before running tests fixes the problem. But I wish I could just ignore the respective folders instead.

from arduino_ci.

ianfixes avatar ianfixes commented on August 23, 2024

arduino_ci is meant to test standalone libraries, not bundled libraries (i.e., it expects to run from the root of an Arduino library). This is an interesting use case though. I assume that you could simply change the working directory to the library you wanted to test, and then run the script. Do you have code up that shows the failure?

from arduino_ci.

dolfandringa avatar dolfandringa commented on August 23, 2024

@ianfixes I currently made it work from the root directory, when adding the linked PR. A demo version can be found on https://github.com/dolfandringa/Bare-Arduino-Project It combines arduino_ci with Arduino-Makefile. The root Makefile isn't fully functional yet, but the scripts in scripts/ are.

from arduino_ci.

ianfixes avatar ianfixes commented on August 23, 2024

What does your bare arduino project do if there are multiple libraries in the lib directory?

from arduino_ci.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.