aboutsummaryrefslogtreecommitdiffstats
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
new file mode 100644
index 0000000..46516d3
--- /dev/null
+++ b/.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