Browse Source

one more set of fixes to get releases done

Stasik0 8 years ago
parent
commit
ae62111c3d
2 changed files with 4 additions and 4 deletions
  1. 2 2
      .travis.yml
  2. 2 2
      tools/travis/travis_linux_script.sh

+ 2 - 2
.travis.yml

@@ -106,7 +106,7 @@ before_deploy:
 - export PATH=$PATH:~/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/
 - cmake -DCMAKE_TOOLCHAIN_FILE=../tools/cmake/Toolchain-rpi64.cmake -DUA_ENABLE_AMALGAMATION=ON -DUA_BUILD_SELFSIGNED_CERTIFICATE=ON -DCMAKE_BUILD_TYPE=Release -DUA_BUILD_EXAMPLESERVER=ON -DUA_BUILD_EXAMPLECLIENT=ON ..
 - make 
-- tar -pczf open62541-raspberrypi.tar.gz ../doc server_cert.der ../LICENSE ../AUTHORS ../README.md server_static server client_static client libopen62541.so open62541.h open62541.c
+- tar -pczf open62541-raspberrypi.tar.gz ../doc ../../server_cert.der ../LICENSE ../AUTHORS ../README.md server_static server client_static client libopen62541.so open62541.h open62541.c
 - cp open62541-raspberrypi.tar.gz ..
 - cd ..
 
@@ -126,4 +126,4 @@ deploy:
   on:
     repo: open62541/open62541
     tags: true
-    condition: $CC = gcc
+    condition: $CC = gcc && $ANALYZE = false

+ 2 - 2
tools/travis/travis_linux_script.sh

@@ -79,8 +79,8 @@ else
 	make -j8
 	tar -pczf open62541-linux64.tar.gz ../../doc ../../server_cert.der ../LICENSE ../AUTHORS ../README.md server_static server client_static client libopen62541.so open62541.h open62541.c
 	cp open62541-linux64.tar.gz ..
-	cp open62541.h ../../ #copy single file-release
-	cp open62541.c ../../ #copy single file-release
+	cp open62541.h .. #copy single file-release
+	cp open62541.c .. #copy single file-release
 	cd .. && rm build -rf
 
 	if [ "$CC" = "gcc" ]; then