Doc Build
This commit is contained in:
@@ -254,6 +254,16 @@ VS2013-32-bit-static-no-apps:
|
||||
paths:
|
||||
- build-release/*.exe
|
||||
|
||||
Doc-publish:
|
||||
only:
|
||||
- master
|
||||
script: "CI/ci-doc.sh"
|
||||
tags:
|
||||
- Linux
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
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