ClickHouse/docker/packager/deb/build.sh

12 lines
194 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 ||:
2019-04-25 12:29:28 +00:00
build/release --no-pbuilder
mv /*.deb /output
mv *.changes /output
mv *.buildinfo /output
2019-05-15 17:19:39 +00:00
ccache --show-stats ||: