mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Gnuplot mem.dat to PNG.
This commit is contained in:
@@ -56,4 +56,8 @@ coveralls: coverage.out
|
|||||||
$(GOM) build -o $(BINPATH)/goveralls github.com/mattn/goveralls
|
$(GOM) build -o $(BINPATH)/goveralls github.com/mattn/goveralls
|
||||||
$(GOM) exec $(BINPATH)/goveralls -service travis-ci.org -coverprofile=coverage.out -repotoken $(COVERALLS_TOKEN)
|
$(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
|
.PHONY: coverage.out
|
||||||
Reference in New Issue
Block a user