f3-rs/.woodpecker.yml
Aravinth Manivannan f07f3cc8eb
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: publish documentation to librepages
2023-01-02 21:59:44 +05:30

13 lines
353 B
YAML

pipeline:
backend:
image: rust
commands:
- apt update && apt-get -y --no-install-recommends install tar gpg curl wget git
- rustup component add rustfmt
- rustup component add clippy
- make lint
- make test
- make doc
- make ci-deploy
secrets: [ GITEA_WRITE_DEPLOY_KEY, LIBREPAGES_DEPLOY_SECRET ]