From 05a445d65c615e6fa9d2f8aed6b37d9e3b8533eb Mon Sep 17 00:00:00 2001 From: Valient Gough Date: Wed, 19 Aug 2015 20:13:14 -0700 Subject: [PATCH] use default cmake install for circle ci test --- ci/config.sh | 2 +- circle.yml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/ci/config.sh b/ci/config.sh index 271d839..96c4ee3 100755 --- a/ci/config.sh +++ b/ci/config.sh @@ -2,4 +2,4 @@ set -x set -e mkdir build cd build -../ci/cmake/bin/cmake -DCMAKE_INSTALL_PREFIX:PATH=/tmp/encfs -DCMAKE_BUILD_TYPE=Debug .. +cmake -DCMAKE_INSTALL_PREFIX:PATH=/tmp/encfs -DCMAKE_BUILD_TYPE=Debug .. diff --git a/circle.yml b/circle.yml index 1a3b60c..c943b28 100644 --- a/circle.yml +++ b/circle.yml @@ -7,9 +7,6 @@ dependencies: - sudo apt-get update - sudo apt-get install cmake libfuse-dev librlog-dev libgettextpo-dev - bash ./ci/install-gcc.sh - - bash ./ci/install-cmake.sh - cache_directories: - - "ci/cmake" test: override: