17 lines
215 B
YAML
17 lines
215 B
YAML
language: generic
|
|
|
|
os:
|
|
- linux
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
# Needed for `xmllint`.
|
|
- libxml2-utils
|
|
# Needed for jsonschema
|
|
- python3-jsonschema
|
|
|
|
script:
|
|
- make -C smdx
|
|
- make -C json
|