We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Windows
OS
ruby -v
bundle -v
bundle info arduino_ci
g++ -v
Arduino IDE version
Linux
The unittest compiler list is not inherited from the base file resulting in the following error: The set of compilers (0) isn't empty... ✗
The set of compilers (0) isn't empty... ✗
Currently an explicit entry is required in .arduino-ci.yaml:
# .arduino-ci.yaml unittest: platforms: - uno - due compilers: - g++
arduino-ci/SampleProjects/DoSomething
The text was updated successfully, but these errors were encountered:
No branches or pull requests
System
Windows
OS
: Windows 10ruby -v
: ruby 2.5.1p57 (2018-03-29 revision 63029) [x64-mingw32]bundle -v
: Bundler version 1.16.1bundle info arduino_ci
: arduino_ci (0.1.9)g++ -v
: gcc version 7.3.0 (GCC)Arduino IDE version
: 1.8.5Linux
OS
: Centos 7ruby -v
: ruby 2.4.2p198 (2017-09-14 revision 59899) [x86_64-linux]bundle -v
: Bundler version 1.16.1bundle info arduino_ci
: arduino_ci (0.1.9)g++ -v
: gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-16)Arduino IDE version
: 1.8.5Issue Summary
The unittest compiler list is not inherited from the base file resulting in the following error:
The set of compilers (0) isn't empty... ✗
Currently an explicit entry is required in .arduino-ci.yaml:
Arduino or Unit Test Code, Illustrating the Problem
arduino-ci/SampleProjects/DoSomething
The text was updated successfully, but these errors were encountered: