ClickHouse/docker/packager/deb/build.sh
2019-05-15 20:19:39 +03:00

12 lines
194 B
Bash
Executable File

#!/usr/bin/env bash
set -x -e
ccache --show-stats ||:
ccache --zero-stats ||:
build/release --no-pbuilder
mv /*.deb /output
mv *.changes /output
mv *.buildinfo /output
ccache --show-stats ||: