forked from fediversity/fediversity
image: bash (local back-end) -> nixos/nix (docker back-end)
This commit is contained in:
parent
29be538ec2
commit
203063b031
10 changed files with 10 additions and 10 deletions
|
|
@ -5,7 +5,7 @@ when:
|
|||
|
||||
steps:
|
||||
- name: build
|
||||
image: bash
|
||||
image: nixos/nix
|
||||
commands:
|
||||
- whoami
|
||||
- pwd
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@ when:
|
|||
|
||||
steps:
|
||||
- name: check-data-model
|
||||
image: bash
|
||||
image: nixos/nix
|
||||
commands:
|
||||
- nix-shell --run 'nix-unit ./deployment/data-model-test.nix'
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@ when:
|
|||
|
||||
steps:
|
||||
- name: check-deployment-basic
|
||||
image: bash
|
||||
image: nixos/nix
|
||||
commands:
|
||||
- nix build .#checks.x86_64-linux.deployment-basic -L
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@ when:
|
|||
|
||||
steps:
|
||||
- name: check-deployment-cli
|
||||
image: bash
|
||||
image: nixos/nix
|
||||
commands:
|
||||
- nix build .#checks.x86_64-linux.deployment-cli -L
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@ when:
|
|||
|
||||
steps:
|
||||
- name: check-deployment-panel
|
||||
image: bash
|
||||
image: nixos/nix
|
||||
commands:
|
||||
- nix build .#checks.x86_64-linux.deployment-panel -L
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@ when:
|
|||
|
||||
steps:
|
||||
- name: check-mastodon
|
||||
image: bash
|
||||
image: nixos/nix
|
||||
commands:
|
||||
- nix build .#checks.x86_64-linux.test-mastodon-service -L
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@ when:
|
|||
|
||||
steps:
|
||||
- name: check-panel
|
||||
image: bash
|
||||
image: nixos/nix
|
||||
commands:
|
||||
- nix-build -A tests.panel
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@ when:
|
|||
|
||||
steps:
|
||||
- name: check-peertube
|
||||
image: bash
|
||||
image: nixos/nix
|
||||
commands:
|
||||
- nix build .#checks.x86_64-linux.test-peertube-service -L
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@ when:
|
|||
|
||||
steps:
|
||||
- name: check-pre-commit
|
||||
image: bash
|
||||
image: nixos/nix
|
||||
commands:
|
||||
- nix-build -A tests
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ when:
|
|||
|
||||
steps:
|
||||
- name: lockfile
|
||||
image: bash
|
||||
image: nixos/nix
|
||||
# image: nixos/nix
|
||||
commands:
|
||||
- nix-shell --run "npins --verbose update"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue