File: build_docker_binary.sh

package info (click to toggle)
salmon 1.10.3%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 35,088 kB
  • sloc: cpp: 200,707; ansic: 171,082; sh: 859; python: 792; makefile: 238
file content (5 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (6)
1
2
3
4
5
#~/bin/bash

echo "building pre-compiled linux release for Salmon $1"

docker run -t -i --rm   -v `pwd`:/io   phusion/holy-build-box-64:latest   bash /io/compile.sh develop $1