mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
Gnuplot mem.dat to PNG.
This commit is contained in:
4
Makefile
4
Makefile
@@ -56,4 +56,8 @@ coveralls: coverage.out
|
||||
$(GOM) build -o $(BINPATH)/goveralls github.com/mattn/goveralls
|
||||
$(GOM) exec $(BINPATH)/goveralls -service travis-ci.org -coverprofile=coverage.out -repotoken $(COVERALLS_TOKEN)
|
||||
|
||||
mem.png: mem.dat mem.gp
|
||||
gnuplot mem.gp
|
||||
open mem.png
|
||||
|
||||
.PHONY: coverage.out
|
||||
Reference in New Issue
Block a user