Skip to content

Commit

Permalink
Added OWL DL profile check to CI (#1324)
Browse files Browse the repository at this point in the history
* Added OWL DL profile check to CI

* Adding profile check to  validate-dl-profile-with-ro

* Update Makefile
  • Loading branch information
matentzn authored Aug 8, 2022
1 parent 8c6852d commit 70002c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/envo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,12 @@ validate-dl-profile: $(PRE_SRC)
# validates the DL profile for envo-edit merged with RO
# note: The file is not part of the repo. It is there for you to check.
# Use the command "grep non-simple" to find non-simple violations
$(ROBOT) merge -i $< convert -f ofn -o $(TMPDIR)/validate.ofn
$(ROBOT) merge -i $< -I http://purl.obolibrary.org/obo/ro.owl convert -f ofn -o $(TMPDIR)/validate.ofn
$(ROBOT) validate-profile --profile DL -i $(TMPDIR)/validate.ofn

test: validate-dl-profile
travis_test: validate-dl-profile

## -- main targets --
##
## By default this is the cross-product of {ont, ont-base} x FORMATS
Expand Down

0 comments on commit 70002c4

Please sign in to comment.