Skip to content

Commit

Permalink
ci: use cmake in ci docker
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Watkins <[email protected]>
  • Loading branch information
dotnwat committed Jan 12, 2016
1 parent 95c10b4 commit 44d09b7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docker/ci/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,13 @@ fi
cd zlog
git status

autoreconf -ivf
./configure
mkdir build
cd build
cmake ..
make

# run seqr and tests
cd /src/zlog/src
cd src
export CEPH_CONF=/tmp/ceph/ceph.conf
./zlog-seqr --port 5678 --daemon
./test
./zlog-test

0 comments on commit 44d09b7

Please sign in to comment.