Skip to content

Commit c43d94d

Browse files
committed
Include rzero.h in released zip files
1 parent 15cfb54 commit c43d94d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

travis/before_deploy.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ $DIR/build_deploy_${TRAVIS_OS_NAME}.sh
1818
libs=(librzero.so librzero.a librzero.dylib rzero.dll)
1919
target_dir="$DIR/../target"
2020
deploy_dir="$DIR/../deploy"
21+
rzero_h="$DIR/../rzero.h"
2122
mkdir -p $deploy_dir
2223
cd $deploy_dir
2324
for target_subdir in $target_dir/*/; do
@@ -38,5 +39,6 @@ for target_subdir in $target_dir/*/; do
3839
lib_file=$target_subdir/release/$lib
3940
[[ -e $lib_file ]] && cp -f $lib_file $target_name
4041
done
42+
cp $rzero_h $target_name
4143
zip -r $target_name.zip $target_name
4244
done

0 commit comments

Comments
 (0)