Skip to content

Commit

Permalink
Travis: Exclude CMake .pc files
Browse files Browse the repository at this point in the history
Exclude the unconfigured .pc input files of the CMake
based install: they shall not be packed/distributed,
only their outputs are
  • Loading branch information
ax3l committed Jul 23, 2017
1 parent 668712c commit 74dcf44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests.sh
Expand Up @@ -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`
Expand Down

0 comments on commit 74dcf44

Please sign in to comment.