From 158fd15ea11b9c1cb440c73204a7728974e184cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 22 Feb 2021 13:25:53 -0500 Subject: Add .build.yml file --- lab/.build.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lab/.build.yml (limited to 'lab') diff --git a/lab/.build.yml b/lab/.build.yml new file mode 100644 index 0000000..46516d3 --- /dev/null +++ b/lab/.build.yml @@ -0,0 +1,14 @@ +image: debian/buster +packages: + - python3-pip + - nodejs + - npm +tasks: + - test-json: | + cd libresocial + pip3 install json-spec + json validate --schema-file=lab/metadata.json --document-file=lab/metadata.json + - test-css: | + cd libresocial + npm install -g csslint + csslint css/libresocial.css -- cgit v1.2.3