|
@@ -12,7 +12,7 @@ else
|
|
|
|
|
|
echo "Documentation and certificate build" && echo -en 'travis_fold:start:script.build.doc\\r'
|
|
echo "Documentation and certificate build" && echo -en 'travis_fold:start:script.build.doc\\r'
|
|
mkdir -p build && cd build
|
|
mkdir -p build && cd build
|
|
- cmake -DCMAKE_BUILD_TYPE=Release -DUA_BUILD_EXAMPLES=ON -DUA_BUILD_DOCUMENTATION=ON -DUA_BUILD_SELFSIGNED_CERTIFICATE=ON ..
|
|
|
|
|
|
+ cmake -DCMAKE_BUILD_TYPE=Release -DUA_BUILD_EXAMPLES=ON -DUA_BUILD_SELFSIGNED_CERTIFICATE=ON ..
|
|
make selfsigned
|
|
make selfsigned
|
|
ls examples
|
|
ls examples
|
|
cp examples/server_cert.der ../
|
|
cp examples/server_cert.der ../
|