tgockel / zookeeper-cpp

A ZooKeeper client for C++.
http://tgockel.github.io/zookeeper-cpp/
Apache License 2.0
149 stars 40 forks source link

Create a build-all script #87

Closed tgockel closed 6 years ago

tgockel commented 6 years ago

Currently, building packages for each platform is a bit of a nuisance.

$> ./config/dev-env ${DISTRO}
... OUTPUT ...
#> ./config/make-package
... OUTPUT ...
#> exit
$> for f in $(ls build-ci-release/install/*.deb); do
  sudo mv "$f" "packages/${DISTRO}-$(basename -- $f)"
done

This should be put into a script.