aboutsummaryrefslogtreecommitdiffstats
path: root/.build.yml
blob: 46516d32cc5971836be947bfce40f094247744ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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