ClickHouse/docker/packager/deb/build.sh

14 lines
274 B
Bash
Raw Normal View History

2019-04-25 12:29:28 +00:00
#!/usr/bin/env bash
set -x -e
2019-05-15 17:19:39 +00:00
ccache --show-stats ||:
ccache --zero-stats ||:
build/release --no-pbuilder $ALIEN_PKGS
2019-04-25 12:29:28 +00:00
mv /*.deb /output
mv *.changes /output
mv *.buildinfo /output
mv /*.rpm /output ||: # if exists
mv /*.tgz /output ||: # if exists
2019-05-15 17:19:39 +00:00
ccache --show-stats ||: