소스 검색

contrib: update tarball script

Nathalie Furmento 7 년 전
부모
커밋
8006d1f4cb
1개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제
  1. 6 2
      contrib/ci.inria.fr/job-0-tarball.sh

+ 6 - 2
contrib/ci.inria.fr/job-0-tarball.sh

@@ -1,8 +1,12 @@
 #!/bin/sh
 
+export PKG_CONFIG_PATH=/home/ci/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
+export LD_LIBRARY_PATH=/home/ci/usr/local/lib:$LD_LIBRARY_PATH
+
 ./autogen.sh
 mkdir build && cd build
 ../configure
-make
-make distcheck
+make V=1
+make dist
+make clean