Explorar el Código

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
Axel Huebl hace 8 años
padre
commit
ebe659dced
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tests.sh

+ 1 - 0
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`