aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: 76a7aeb3201a70a8d1cfcaad334d430f9869214a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
image: node:6.1.0

stages:
  - test

before_script:
  - apt-get update -y
  - apt-get install -y python3-pip nodejs
  - pip3 install json-spec
  - npm install -g csslint

test_json:
  stage: test
  script:
    - cd lab/
    - json validate --schema-file=metadata.json --document-file=metadata.json

test_css:
  stage: test
  script:
    - cd css/
    - csslint libresocial.css