use default cmake install for circle ci test

This commit is contained in:
Valient Gough 2015-08-19 20:13:14 -07:00
parent 4742699fdf
commit 05a445d65c
2 changed files with 1 additions and 4 deletions

View File

@ -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 ..

View File

@ -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: