This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.

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