Explorar o código

contrib: stash file is in build directory

Nathalie Furmento %!s(int64=7) %!d(string=hai) anos
pai
achega
a0b469fb2c
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      contrib/ci.inria.fr/job-1-check.sh

+ 2 - 0
contrib/ci.inria.fr/job-1-check.sh

@@ -21,6 +21,8 @@ set -x
 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
 
+mv build/*gz .
+rmdir build
 tarball=$(ls -tr starpu-*.tar.gz | tail -1)
 
 if test -z "$tarball"