From edbd50bb6ad6a62240d51228c014a0ea82ad98fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 23 Feb 2021 15:04:35 -0500 Subject: [.build.yml] add test build --- .build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.build.yml b/.build.yml index 4a5810b..e394197 100644 --- a/.build.yml +++ b/.build.yml @@ -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 -- cgit v1.2.3