Fediversity/.woodpecker/ci.yaml
Kiara Grouwstra d833de6f2a
add woodpecker CI
add woodpecker

status: agents error `agent could not auth: individual agent not found
by token: sql: no rows in result set`
2025-07-25 17:46:40 +02:00

33 lines
899 B
YAML

when:
- event: pull_request
- event: push
branch: main
steps:
- name: build
commands:
- nix-build -A tests
- name: check-pre-commit
commands:
- nix-build -A tests
- name: check-data-model
commands:
- nix-shell --run 'nix-unit ./deployment/data-model-test.nix'
- name: check-mastodon
commands:
- nix build .#checks.x86_64-linux.test-mastodon-service -L
- name: check-peertube
commands:
- nix build .#checks.x86_64-linux.test-peertube-service -L
- name: check-panel
commands:
- nix-build -A tests.panel
- name: check-deployment-basic
commands:
- nix build .#checks.x86_64-linux.deployment-basic -L
- name: check-deployment-cli
commands:
- nix build .#checks.x86_64-linux.deployment-cli -L
- name: check-deployment-panel
commands:
- nix build .#checks.x86_64-linux.deployment-panel -L