mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Activate server option in travis config for doc
This commit is contained in:
parent
395cd8492e
commit
8e9b9fc2e9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user