tgockel / json-voorhees

A killer modern C++ library for interacting with JSON.
http://tgockel.github.io/json-voorhees/
Apache License 2.0
128 stars 18 forks source link

Create a build-all script #102

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.