Explorar o código

add pdf doc to nightly releases

Julius Pfrommer %!s(int64=8) %!d(string=hai) anos
pai
achega
6e209a35b7
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      tools/travis/travis_push_release.sh

+ 3 - 1
tools/travis/travis_push_release.sh

@@ -25,9 +25,11 @@ if [ ! -e "$TAG.zip" ]; then
     #create a zip for single-file release and copy the files
     cp ../../open62541.c .
     cp ../../open62541.h .
-    zip -r "$TAG.zip" open62541.c open62541.h
+    cp ../../../doc_latex/open62541.pdf .
+    zip -r "$TAG.zip" open62541.c open62541.h open62541.pdf
     rm open62541.c
     rm open62541.h
+    rm open62541.pdf
     git add "$TAG.zip"
 
     echo "$TAG.zip" | cat - raw.txt > temp && mv temp raw.txt