Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Activate server option in travis config for doc
  • Loading branch information
pblottiere committed Jul 13, 2018
1 parent 395cd84 commit 8e9b9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/travis/code_layout/install.sh
Expand Up @@ -19,6 +19,6 @@ export CORES=2
mkdir build
pushd build || exit

cmake -DUSE_CCACHE=OFF -DWITH_CORE=OFF -DWITH_APIDOC=ON -DWITH_ASTYLE=ON -DENABLE_TESTS=ON ..
cmake -DWITH_SERVER=ON -DUSE_CCACHE=OFF -DWITH_CORE=OFF -DWITH_APIDOC=ON -DWITH_ASTYLE=ON -DENABLE_TESTS=ON ..

popd || exit

0 comments on commit 8e9b9fc

Please sign in to comment.