aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests.sh
diff options
context:
space:
mode:
authorGravatar Axel Huebl <axel.huebl@plasma.ninja>2017-07-23 19:34:24 +0200
committerGravatar Axel Huebl <axel.huebl@plasma.ninja>2017-07-23 20:48:02 +0200
commit74dcf447af2ce8550cd175ca18d98005980a9120 (patch)
tree1232072e7c728e12f5c3f3d4be1cf7d87543ea7b /tests.sh
parent668712c58fe518fdc997cc2103b848b043adceb6 (diff)
Travis: Exclude CMake .pc files
Exclude the unconfigured .pc input files of the CMake based install: they shall not be packed/distributed, only their outputs are
Diffstat (limited to 'tests.sh')
-rwxr-xr-xtests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests.sh b/tests.sh
index c6eda93e..fa4a3479 100755
--- a/tests.sh
+++ b/tests.sh
@@ -63,6 +63,7 @@ build_cpp_distcheck() {
# List all files that should be included in the distribution package.
git ls-files | grep "^\(java\|python\|objectivec\|csharp\|js\|ruby\|php\|cmake\|examples\)" |\
grep -v ".gitignore" | grep -v "java/compatibility_tests" |\
+ grep -v "cmake/protobuf.*\.pc\.cmake" |\
grep -v "python/compatibility_tests" | grep -v "csharp/compatibility_tests" > dist.lst
# Unzip the dist tar file.
DIST=`ls *.tar.gz`