aboutsummaryrefslogtreecommitdiffstats
path: root/lab
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-02-22 13:27:28 -0500
committerJesús <heckyel@hyperbola.info>2021-02-22 13:27:28 -0500
commitc7278a1aeb8f04a5f40a6183fddad902e2d495a4 (patch)
tree4670e2702da85996671adcee3fba49368e18744b /lab
parent158fd15ea11b9c1cb440c73204a7728974e184cc (diff)
downloadlibresocial-c7278a1aeb8f04a5f40a6183fddad902e2d495a4.tar.lz
libresocial-c7278a1aeb8f04a5f40a6183fddad902e2d495a4.tar.xz
libresocial-c7278a1aeb8f04a5f40a6183fddad902e2d495a4.zip
move .build.yml file
Diffstat (limited to 'lab')
-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