mirror of https://github.com/ANL-CEEESA/RELOG.git
parent
ab64fc4346
commit
12ae6aec45
@ -1,12 +1,15 @@
|
|||||||
VERSION := 0.2
|
VERSION := 0.3
|
||||||
JULIA := julia --color=yes --project=.
|
JULIA := julia --color=yes --project=.
|
||||||
|
|
||||||
all: docs
|
all: docs
|
||||||
|
|
||||||
|
test:
|
||||||
|
$(JULIA) -e 'using Pkg; Pkg.test("RELOG")'
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
mkdocs build
|
mkdocs build
|
||||||
|
|
||||||
docs-push:
|
docs-push:
|
||||||
rsync -avP docs/ andromeda:/www/axavier.org/projects/RELOG/$(VERSION)/
|
rsync -avP docs/ andromeda:/www/axavier.org/projects/RELOG/$(VERSION)/
|
||||||
|
|
||||||
.PHONY: docs
|
.PHONY: docs test
|
||||||
|
Loading…
Reference in new issue