Doc Build

This commit is contained in:
Jan Möbius
2016-12-21 10:04:27 +01:00
parent 46c877951b
commit 9de0f264d8
2 changed files with 24 additions and 0 deletions

14
CI/ci-doc.sh Normal file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
if [ ! -d build-release ]; then
mkdir build-release
fi
cd build-release
cmake -DCMAKE_BUILD_TYPE=Release -DOPENMESH_BUILD_UNIT_TESTS=FALSE ../
make doc
# Copy to webserver
scp -r -p2222 Build/share/OpenMesh/Doc/html/* hudson@web4-info8:/OpenMesh-Daily/Doc/