2016-08-04 14:55:53 +02:00
|
|
|
language: python
|
2019-05-04 12:36:51 +02:00
|
|
|
|
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- openjdk-8-jre # install Java8 as required by vnu.jar
|
2015-11-12 15:20:41 +01:00
|
|
|
|
2016-08-04 14:55:53 +02:00
|
|
|
before_install:
|
2019-05-04 12:44:59 +02:00
|
|
|
- gem install github-pages #jekyll-theme-midnight
|
2015-11-12 15:20:41 +01:00
|
|
|
|
2016-08-04 14:55:53 +02:00
|
|
|
install:
|
|
|
|
- pip install html5validator
|
2015-11-12 15:20:41 +01:00
|
|
|
|
2016-08-04 14:55:53 +02:00
|
|
|
script:
|
|
|
|
- jekyll build --drafts --profile
|
2020-11-22 20:02:50 +01:00
|
|
|
- html5validator --root _site/ --also-check-css --ignore "matrix.to" --blacklist r or ir
|
2015-11-12 15:20:41 +01:00
|
|
|
|
2014-12-30 07:36:08 +01:00
|
|
|
env:
|
|
|
|
global:
|
2015-02-13 09:44:28 +01:00
|
|
|
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
|