aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.build.yml5
1 files changed, 5 insertions, 0 deletions
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