-
#40 adds the Dockerfile for DLR containers. We need a suite of tests to automatically test the containers
hcho3 updated
5 years ago
-
Have you considered adding CI testing, e.g. Travis CI (Linux, macOS, Windows(?)) and AppVeyor CI (Windows)? Seeing (badges in the README) that the package builds, installs and passes `R CMD check` an…
-
Can we setup CI/CD pipelines to verify and publish builds continuously?
The release cycle is slow for the project, and from the commit history, I can see that we see some Windows specific build bre…
-
Using docker for this is one easy way.
I suggest this image https://github.com/rushmash/gcc-arm-embedded-docker/blob/master/Dockerfile (50K+ pulls from dockerhub)
-
-
Hello,
I think it could be a nice idea to provide a sample project (using [arduinounit](https://github.com/mmurdoch/arduinounit/)) with continuous integration to run automatically tests.
It should…
-
Design build automation
• integrate the build pipeline with external tools (e.g., Dependency and security scanning, Code coverage)
• implement quality gates (e.g. code coverage, internationalizati…
-
In 2016 we made [minimal use of continuous integration](https://travis-ci.org/Nashoba-Robotics/Nashoba-Robotics2016), but it didn't really help. To be more useful in the future, it would need to have …
-
Currently this project runs AppVeyor CI checking MSVC compatibility. My laptop has GCC 5.1 and Clang 3.6 which are quite old. Everything else is checked ad-hoc on an online compiler. It would be nice …
-