diff options
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,7 +1,9 @@ image: debian/buster packages: - curl + - fontforge - python3-pip + - sassc - virtualenv tasks: - test-json: | @@ -10,6 +12,9 @@ tasks: source venv/bin/activate pip3 install json-spec json validate --schema-file=lab/metadata.json --document-file=lab/metadata.json + - test-build: | + cd libresocial + bash build.sh - test-css: | cd libresocial python3 test/w3c-validator.py dist/css/libresocial.css |