Add GitLab CI
[web/firmware-selector-openwrt-org.git] / .gitlab-ci.yml
1 include:
2 - local: '.gitlab/ci/prebuild.yml'
3 - remote: https://gitlab.com/ynezz/openwrt-ci/raw/master/openwrt-ci/gitlab/main.yml
4
5 stages:
6 - pre-build
7 - test
8
9 check HTML, CSS and SVG with html5validator:
10 stage: pre-build
11 image: cyb3rjak3/html5validator:latest
12 script:
13 - html5validator --root www --also-check-css --also-check-svg --show-warnings --log INFO