forked from fediversity/fediversity
set image: bash to initally test local woodpecker back-end
This commit is contained in:
parent
97841655a0
commit
6c44ea789e
3 changed files with 12 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
|
image: bash
|
||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
env
|
env
|
||||||
|
|
|
||||||
|
|
@ -5,29 +5,38 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
|
image: bash
|
||||||
commands:
|
commands:
|
||||||
- nix-build -A tests
|
- nix-build -A tests
|
||||||
- name: check-pre-commit
|
- name: check-pre-commit
|
||||||
|
image: bash
|
||||||
commands:
|
commands:
|
||||||
- nix-build -A tests
|
- nix-build -A tests
|
||||||
- name: check-data-model
|
- name: check-data-model
|
||||||
|
image: bash
|
||||||
commands:
|
commands:
|
||||||
- nix-shell --run 'nix-unit ./deployment/data-model-test.nix'
|
- nix-shell --run 'nix-unit ./deployment/data-model-test.nix'
|
||||||
- name: check-mastodon
|
- name: check-mastodon
|
||||||
|
image: bash
|
||||||
commands:
|
commands:
|
||||||
- nix build .#checks.x86_64-linux.test-mastodon-service -L
|
- nix build .#checks.x86_64-linux.test-mastodon-service -L
|
||||||
- name: check-peertube
|
- name: check-peertube
|
||||||
|
image: bash
|
||||||
commands:
|
commands:
|
||||||
- nix build .#checks.x86_64-linux.test-peertube-service -L
|
- nix build .#checks.x86_64-linux.test-peertube-service -L
|
||||||
- name: check-panel
|
- name: check-panel
|
||||||
|
image: bash
|
||||||
commands:
|
commands:
|
||||||
- nix-build -A tests.panel
|
- nix-build -A tests.panel
|
||||||
- name: check-deployment-basic
|
- name: check-deployment-basic
|
||||||
|
image: bash
|
||||||
commands:
|
commands:
|
||||||
- nix build .#checks.x86_64-linux.deployment-basic -L
|
- nix build .#checks.x86_64-linux.deployment-basic -L
|
||||||
- name: check-deployment-cli
|
- name: check-deployment-cli
|
||||||
|
image: bash
|
||||||
commands:
|
commands:
|
||||||
- nix build .#checks.x86_64-linux.deployment-cli -L
|
- nix build .#checks.x86_64-linux.deployment-cli -L
|
||||||
- name: check-deployment-panel
|
- name: check-deployment-panel
|
||||||
|
image: bash
|
||||||
commands:
|
commands:
|
||||||
- nix build .#checks.x86_64-linux.deployment-panel -L
|
- 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:
|
when:
|
||||||
- event: manual
|
- event: manual
|
||||||
# - event: cron
|
# - event: cron
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue