File: build_docker_binary.sh

package info (click to toggle)
salmon 0.7.2%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,352 kB
  • ctags: 5,243
  • sloc: cpp: 42,341; ansic: 6,252; python: 228; makefile: 207; sh: 190
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