mirror of https://github.com/CGAL/cgal
avoid using "C:" in tar arguments. "C:" is part of DEMOS_TEST_DIR
This commit is contained in:
parent
10404c1054
commit
c15199f3e5
|
|
@ -229,8 +229,9 @@ collect_demos_binaries()
|
||||||
popd
|
popd
|
||||||
done
|
done
|
||||||
|
|
||||||
${TAR} cf "${DEMOS_TEST_DIR}/demos_${CGAL_TESTER}_${PLATFORM}.tar" *_Demo_with_dlls/*;
|
${TAR} cf "demos_${CGAL_TESTER}_${PLATFORM}.tar" *_Demo_with_dlls/*;
|
||||||
${COMPRESSOR} -9f "${DEMOS_TEST_DIR}/demos_${CGAL_TESTER}_${PLATFORM}.tar"
|
${COMPRESSOR} -9f "demos_${CGAL_TESTER}_${PLATFORM}.tar"
|
||||||
|
mv "demos_${CGAL_TESTER}_${PLATFORM}.tar.gz" ${CGAL_TEST_DIR}
|
||||||
else
|
else
|
||||||
echo "Don't collect demos binaries for platform $PLATFORM";
|
echo "Don't collect demos binaries for platform $PLATFORM";
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue