Commit 2e2afcf9 authored by Greg Williams's avatar Greg Williams
Browse files

Removed build and installation of protocol buffer tools from CI build, since...

Removed build and installation of protocol buffer tools from CI build, since CI environment currently prevents installation. Rake 'proto' task still exists, and can be run locally, assuming build environment has install premissions.
parent 6b843cfc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ task :cppcheck do
  execute_command "cppcheck ./src ./build/temp/proto", "Analyzing code w/CppCheck"
end

task :default => ['proto', 'cppcheck', 'test:all', 'release']
task :default => ['cppcheck', 'test:all', 'release']

desc "Run client test utility"
task :run do