Reorganize files, set up testings
This commit is contained in:
19
Makefile
19
Makefile
@@ -1,8 +1,17 @@
|
||||
all: build
|
||||
all: json rdf python
|
||||
|
||||
build:
|
||||
python bundle.py > cic.json
|
||||
.PHONY: json rdf python
|
||||
|
||||
|
||||
test: build
|
||||
check-jsonschema --schemafile dist/cic.json test_valid.json
|
||||
json:
|
||||
make -C schema/json
|
||||
|
||||
rdf:
|
||||
make -C schema/rdf
|
||||
|
||||
python:
|
||||
make -C python
|
||||
|
||||
install: python
|
||||
make -C schema/json install
|
||||
make -C schema/rdf install
|
||||
|
||||
Reference in New Issue
Block a user