full ci-cd pipeline built on bun2nix
This commit is contained in:
parent
7cebe39a14
commit
f81d5604ae
11 changed files with 1528 additions and 2 deletions
14
.woodpecker.yml
Normal file
14
.woodpecker.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
when:
|
||||
- event: [pull_request, push]
|
||||
|
||||
steps:
|
||||
checks:
|
||||
image: nixos/nix:latest
|
||||
commands:
|
||||
- nix develop --accept-flake-config -c bun install --frozen-lockfile
|
||||
- nix develop --accept-flake-config -c bun run lint
|
||||
- nix develop --accept-flake-config -c bun run typecheck
|
||||
- nix develop --accept-flake-config -c bun run build
|
||||
- nix develop --accept-flake-config -c bun run update:bun-nix
|
||||
- git diff --exit-code bun.nix
|
||||
- nix build --accept-flake-config .#default
|
||||
Loading…
Add table
Add a link
Reference in a new issue