This commit is contained in:
parent
7f82ee9300
commit
cebbd64bc1
15
.gitea/workflows/dry-build.yml
Normal file
15
.gitea/workflows/dry-build.yml
Normal file
@ -0,0 +1,15 @@
|
||||
name: Dry build
|
||||
on:
|
||||
push:
|
||||
branches: ['master']
|
||||
jobs:
|
||||
build-amd64-linux:
|
||||
runs-on: nix
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: master
|
||||
- name: Dry build flake
|
||||
run: |
|
||||
echo "Dry building ${{ gitea.ref }}"
|
||||
nixos-rebuild dry-build --flake .
|
Loading…
x
Reference in New Issue
Block a user