File: linux.cover.sh

package info (click to toggle)
golang-github-djherbis-times 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: sh: 10; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 290 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/bash
set -e

docker build -f linux.cover.dockerfile -t linux.cover.djherbis.times .
docker create --name linux.cover.djherbis.times linux.cover.djherbis.times
docker cp linux.cover.djherbis.times:/go/src/github.com/djherbis/times/profile.cov .
docker rm -v linux.cover.djherbis.times