feat: add gitea actions workflow
This commit is contained in:
parent
2bc35c1a26
commit
5a3e177d4a
1 changed files with 11 additions and 0 deletions
11
.gitea/workflows/build.yml
Normal file
11
.gitea/workflows/build.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
name: "Test"
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: github.com/cachix/install-nix-action@v20
|
||||||
|
with:
|
||||||
|
nix_path: nixpkgs=channel:nixos-unstable-small
|
||||||
|
- run: nix --extra-experimental-features 'nix-command flakes' build
|
Loading…
Reference in a new issue