Doc Build
This commit is contained in:
14
CI/ci-doc.sh
Normal file
14
CI/ci-doc.sh
Normal 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/
|
||||
Reference in New Issue
Block a user