diff options
author | Jesús <heckyel@hyperbola.info> | 2021-02-23 15:04:35 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-02-23 15:04:35 -0500 |
commit | edbd50bb6ad6a62240d51228c014a0ea82ad98fc (patch) | |
tree | 520d2a487a532927814da7b9b78de2cd949e49c2 | |
parent | 45f2b79d4406bd880754f30a7ad9525d22934698 (diff) | |
download | libresocial-edbd50bb6ad6a62240d51228c014a0ea82ad98fc.tar.lz libresocial-edbd50bb6ad6a62240d51228c014a0ea82ad98fc.tar.xz libresocial-edbd50bb6ad6a62240d51228c014a0ea82ad98fc.zip |
[.build.yml] add test build
-rw-r--r-- | .build.yml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |