Reorganize files, set up testings
This commit is contained in:
12
schema/json/Makefile
Normal file
12
schema/json/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
all: build
|
||||
|
||||
build:
|
||||
python bundle.py
|
||||
|
||||
|
||||
test: build
|
||||
check-jsonschema --schemafile dist/cic.json test_valid.json
|
||||
|
||||
|
||||
install: build
|
||||
cp -v dist/cic.json ../../python/cic_schema/data/
|
||||
Reference in New Issue
Block a user