forked from fediversity/fediversity
set image: bash to initally test local woodpecker back-end
This commit is contained in:
parent
8fd67f0f57
commit
1e011d5cd8
3 changed files with 12 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ when:
|
|||
|
||||
steps:
|
||||
- name: build
|
||||
image: bash
|
||||
commands:
|
||||
- |
|
||||
env
|
||||
|
|
|
|||
|
|
@ -5,29 +5,38 @@ when:
|
|||
|
||||
steps:
|
||||
- name: build
|
||||
image: bash
|
||||
commands:
|
||||
- nix-build -A tests
|
||||
- name: check-pre-commit
|
||||
image: bash
|
||||
commands:
|
||||
- nix-build -A tests
|
||||
- name: check-data-model
|
||||
image: bash
|
||||
commands:
|
||||
- nix-shell --run 'nix-unit ./deployment/data-model-test.nix'
|
||||
- name: check-mastodon
|
||||
image: bash
|
||||
commands:
|
||||
- nix build .#checks.x86_64-linux.test-mastodon-service -L
|
||||
- name: check-peertube
|
||||
image: bash
|
||||
commands:
|
||||
- nix build .#checks.x86_64-linux.test-peertube-service -L
|
||||
- name: check-panel
|
||||
image: bash
|
||||
commands:
|
||||
- nix-build -A tests.panel
|
||||
- name: check-deployment-basic
|
||||
image: bash
|
||||
commands:
|
||||
- nix build .#checks.x86_64-linux.deployment-basic -L
|
||||
- name: check-deployment-cli
|
||||
image: bash
|
||||
commands:
|
||||
- nix build .#checks.x86_64-linux.deployment-cli -L
|
||||
- name: check-deployment-panel
|
||||
image: bash
|
||||
commands:
|
||||
- nix build .#checks.x86_64-linux.deployment-panel -L
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
$schema: https://raw.githubusercontent.com/woodpecker-ci/woodpecker/refs/heads/main/pipeline/frontend/yaml/linter/schema/schema.json
|
||||
|
||||
when:
|
||||
- event: manual
|
||||
# - event: cron
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue