Skip to content

Commit

Permalink
Print the built libraries in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
IceDragon200 committed Jul 3, 2015
1 parent 1a19fe7 commit d6b124b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions travis/check_libs.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
libs = Dir.glob("build/**/*.{so,a,so.*}").sort
puts "Libraries present are:"
libs.each do |lib|
puts "\t#{lib}"
end

0 comments on commit d6b124b

Please sign in to comment.