Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions lib/arduino_ci/cpp_library.rb
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,7 @@ def exclude_dirs=(rval)
# but we rely on the cli to decide for us
# @return [bool]
def one_point_five?
return false unless library_properties?

src_dir = path + "src"
src_dir.exist? && src_dir.directory?
!info["library"]["is_legacy"]
end

# Guess whether a file is part of the vendor bundle (indicating we should ignore it).
Expand Down