Skip to content

Commit d43c42b

Browse files
author
Timmy
committed
not build client for now
1 parent d340d57 commit d43c42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ install:
141141
before_script:
142142
- mkdir -p ${CLBLAS_ROOT}
143143
- pushd ${CLBLAS_ROOT}
144-
- cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TEST=OFF -DBUILD_CLIENT=ON -DOCL_VERSION=2.0 -DOPENCL_ROOT=${OPENCL_ROOT} ${TRAVIS_BUILD_DIR}/src
144+
- cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TEST=OFF -DBUILD_CLIENT=OFF -DOCL_VERSION=2.0 -DOPENCL_ROOT=${OPENCL_ROOT} ${TRAVIS_BUILD_DIR}/src
145145

146146
# use script: to execute build steps
147147
script:

0 commit comments

Comments
 (0)