commit | bc98fcfe3752f21a16228473b253c0816335440e | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Aug 16 23:18:50 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Aug 20 10:26:40 2014 -0500 |
tree | 3d3e4f9f01c795c3ffed2aec597f9c0b5abb771a | |
parent | 411ee4bf23b24f0b323abefd7153a54f1da0addf [diff] [blame] |
ci: Add Jenkins build and testing scripts Change-Id: Ifaa9dc8ba7c5185c0d20ea3a3784638cbb9efbaa
diff --git a/.jenkins.d/01-dependencies.sh b/.jenkins.d/01-dependencies.sh new file mode 100755 index 0000000..01ddadb --- /dev/null +++ b/.jenkins.d/01-dependencies.sh
@@ -0,0 +1,7 @@ +#!/usr/bin/env bash +set -x + +sudo apt-get -y install liblog4cxx10-dev protobuf-compiler libprotobuf-dev pkg-config || true +sudo brew update || true +brew install log4cxx protobuf pkg-config || true +