aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Huebl <axel.huebl@plasma.ninja>2017-07-23 19:34:24 +0200
committerAxel Huebl <axel.huebl@plasma.ninja>2017-07-24 18:06:03 +0200
commitebe659dced2d5947a4f538826225f0787797722a (patch)
tree99e6e0eb1bded3dd284c06f305642149545a157c
parent2f3cf527224369318fedd88013d6a8e464d1aa3d (diff)
downloadprotobuf-ebe659dced2d5947a4f538826225f0787797722a.tar.gz
protobuf-ebe659dced2d5947a4f538826225f0787797722a.tar.bz2
protobuf-ebe659dced2d5947a4f538826225f0787797722a.zip
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
-rwxr-xr-xtests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests.sh b/tests.sh
index c458584a..86031cad 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`