hugo-geekblog/.woodpecker/test.yml

52 lines
1.3 KiB
YAML

---
when:
- event: [pull_request, tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
steps:
eslint:
image: docker.io/library/node:lts
commands:
- npm install > /dev/null
- npm run lint
environment:
FORCE_COLOR: "true"
NPM_CONFIG_LOGLEVEL: error
assets:
image: docker.io/library/node:lts
commands:
- npm install > /dev/null
- npm run build
environment:
FORCE_COLOR: "true"
NPM_CONFIG_LOGLEVEL: error
testbuild:
image: quay.io/thegeeklab/hugo:0.115.2
commands:
- mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/${CI_REPO_NAME}
- hugo --panicOnWarning -s exampleSite/ -b http://localhost:8000/
html-validation:
image: quay.io/thegeeklab/vnu
group: test
commands:
- vnu --skip-non-html --also-check-css --errors-only --filterfile .vnuignore exampleSite/public
link-validation:
image: docker.io/lycheeverse/lychee
group: test
commands:
- lychee --no-progress --format detailed exampleSite/content/ README.md
page-validation:
image: quay.io/thegeeklab/lhci:0.12
group: test
commands:
- lhci autorun
environment:
LHCI_SERVER_URL: https://ci-artifact.rknet.org/${CI_REPO_NAME}/