-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
bugSomething isn't workingSomething isn't workingci scriptsThe test runner scriptsThe test runner scriptsrubygemRuby code is affectedRuby code is affectedsome OSesOnly affects some OSesOnly affects some OSes
Description
System
- OS: Mac OS 10.13.5
ruby -v
: ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-darwin16]bundle -v
: Bundler version 1.16.4bundle info arduino_ci
:
* arduino_ci (0.1.16)
Summary: Tools for building and unit testing Arduino libraries
Homepage: http://github.com/ianfixes/arduino_ci
Path: /Users/scls/.rvm/gems/ruby-2.3.0/gems/arduino_ci-0.1.16
g++ -v
:
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 10.0.0 (clang-1000.11.45.5)
Target: x86_64-apple-darwin17.7.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
-
Arduino IDE version: 1.8.6
-
java -version
:
java version "1.8.0_192"
Java(TM) SE Runtime Environment (build 1.8.0_192-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.192-b12, mixed mode)
Issue
I'm just trying to run unit test locally on my Mac...
(I'm not trying CI for now)
$ bundle exec arduino_ci_remote.rb
Arduino package seems to have been downloaded already
Extracting archive with Zip.....................................................................................................
Arduino package seems to have been installed already
Located Arduino binary... /Users/scls/.rvm/gems/ruby-2.3.0/gems/arduino_ci-0.1.16/exe/arduino_ci_remote.rb:311:in `block in <top (required)>': undefined method `binary_path' for nil:NilClass (NoMethodError)
from /Users/scls/.rvm/gems/ruby-2.3.0/gems/arduino_ci-0.1.16/exe/arduino_ci_remote.rb:40:in `perform_action'
from /Users/scls/.rvm/gems/ruby-2.3.0/gems/arduino_ci-0.1.16/exe/arduino_ci_remote.rb:75:in `inform'
from /Users/scls/.rvm/gems/ruby-2.3.0/gems/arduino_ci-0.1.16/exe/arduino_ci_remote.rb:311:in `<top (required)>'
from /Users/scls/.rvm/gems/ruby-2.3.0/bin/arduino_ci_remote.rb:23:in `load'
from /Users/scls/.rvm/gems/ruby-2.3.0/bin/arduino_ci_remote.rb:23:in `<main>'
from /Users/scls/.rvm/gems/ruby-2.3.0/bin/ruby_executable_hooks:15:in `eval'
from /Users/scls/.rvm/gems/ruby-2.3.0/bin/ruby_executable_hooks:15:in `<main>'
Any idea?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingci scriptsThe test runner scriptsThe test runner scriptsrubygemRuby code is affectedRuby code is affectedsome OSesOnly affects some OSesOnly affects some OSes