Skip to content

Commit

Permalink
might be useful to keep the Travis test...
Browse files Browse the repository at this point in the history
  • Loading branch information
mcourtot committed Jan 26, 2017
1 parent fd74455 commit 4e65467
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/ontology/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ ROBOT= robot
OWLTOOLS= owltools
USECAT= --use-catalog

all:
cp $(SRC) $(ONT).owl

all: $(ONT).owl

test:all

prepare_release: all
prepare_release:
$(ROBOT) reason -i $(SRC) -r ELK relax reduce -r ELK annotate -V $(BASE)/releases/`date +%Y-%m-%d`/$(ONT).owl -o $(ONT).owl
cp $(ONT).owl $(RELEASEDIR) &&\
git add $(RELEASEDIR)/*.owl
echo "Release files are now in $(RELEASEDIR) - now you should commit, push and make a release on github"
Expand Down Expand Up @@ -46,4 +47,4 @@ mirror/%.owl: $(SRC)
.PRECIOUS: mirror/%.owl

release: $(ONT).owl #$(ONT).obo
cp $^ $RELEASEDIR && cp imports/* $RELEASEDIR/imports
cp $^ $RELEASEDIR

0 comments on commit 4e65467

Please sign in to comment.