chore(wheezy-build): using docker

Allow building all dependencies using docker
This commit is contained in:
Sebastian Thiel
2015-04-17 20:57:04 +02:00
parent 9ea3fea775
commit 5165ff68df
3 changed files with 16 additions and 3 deletions

5
.docker-build-cli.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
# For execution on docker build image only !
# make cargo-cli ARGS="build --release"
make discovery1-cli-cargo ARGS="build --release"
find gen -executable -type f -path "*/release/*" -not \( -name "*.*" -or -name "*script*" \) | xargs cp -v /build-result