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:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: bash
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- whoami
|
- whoami
|
||||||
- pwd
|
- pwd
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,6 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: check-data-model
|
- name: check-data-model
|
||||||
image: bash
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- nix-shell --run 'nix-unit ./deployment/data-model-test.nix'
|
- nix-shell --run 'nix-unit ./deployment/data-model-test.nix'
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,6 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: check-deployment-basic
|
- name: check-deployment-basic
|
||||||
image: bash
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- nix build .#checks.x86_64-linux.deployment-basic -L
|
- nix build .#checks.x86_64-linux.deployment-basic -L
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,6 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: check-deployment-cli
|
- name: check-deployment-cli
|
||||||
image: bash
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- nix build .#checks.x86_64-linux.deployment-cli -L
|
- nix build .#checks.x86_64-linux.deployment-cli -L
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,6 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: check-deployment-panel
|
- name: check-deployment-panel
|
||||||
image: bash
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- nix build .#checks.x86_64-linux.deployment-panel -L
|
- nix build .#checks.x86_64-linux.deployment-panel -L
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,6 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: check-mastodon
|
- name: check-mastodon
|
||||||
image: bash
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- nix build .#checks.x86_64-linux.test-mastodon-service -L
|
- nix build .#checks.x86_64-linux.test-mastodon-service -L
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,6 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: check-panel
|
- name: check-panel
|
||||||
image: bash
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- nix-build -A tests.panel
|
- nix-build -A tests.panel
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,6 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: check-peertube
|
- name: check-peertube
|
||||||
image: bash
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- nix build .#checks.x86_64-linux.test-peertube-service -L
|
- nix build .#checks.x86_64-linux.test-peertube-service -L
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,6 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: check-pre-commit
|
- name: check-pre-commit
|
||||||
image: bash
|
image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- nix-build -A tests
|
- nix-build -A tests
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ when:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: lockfile
|
- name: lockfile
|
||||||
image: bash
|
image: nixos/nix
|
||||||
# image: nixos/nix
|
# image: nixos/nix
|
||||||
commands:
|
commands:
|
||||||
- nix-shell --run "npins --verbose update"
|
- nix-shell --run "npins --verbose update"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue