encfs/ci/config.sh
2016-09-08 21:57:20 +02:00

6 lines
122 B
Bash
Executable File

set -x
set -e
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/tmp/encfs -DCMAKE_BUILD_TYPE=Debug -DMINIGLOG=ON ..