2014-10-06 10:06:33 +00:00
|
|
|
language: java
|
|
|
|
|
|
|
|
# Our validator actually lives in the CKAN directory, which
|
|
|
|
# means CKAN-meta can stay nice and lightweight for then it
|
|
|
|
# gets downloaded by every single CKAN client. :)
|
|
|
|
|
|
|
|
install:
|
|
|
|
- git clone https://github.com/KSP-CKAN/CKAN.git
|
|
|
|
|
|
|
|
# Our test is merely checking that all the ckan files validate
|
|
|
|
# against the current spec.
|
|
|
|
|
|
|
|
script:
|
2014-10-14 12:39:36 +00:00
|
|
|
- CKAN/bin/ckan-validate $(find . -name '*.ckan')
|