File: make-all

package info (click to toggle)
zam-plugins 3.14~repack3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 105,984 kB
  • sloc: cpp: 169,184; ansic: 16,023; makefile: 1,266; objc: 772; pascal: 209; sh: 193; python: 178; javascript: 50
file content (5 lines) | stat: -rwxr-xr-x 184 bytes parent folder | download
1
2
3
4
5
#!/bin/bash
set -e

docker build . -t zam-plugins-build:latest
docker run -v `pwd`:/tmp/build --entrypoint "/bin/bash" zam-plugins-build:latest -c "cd /tmp/build; bash docker-script"