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