mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-21 10:38:25 +01:00
chore(wheezy-build): using docker
Allow building all dependencies using docker
This commit is contained in:
5
.docker-build-cli.sh
Executable file
5
.docker-build-cli.sh
Executable 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
|
||||
Reference in New Issue
Block a user