Skip to content

Commit

Permalink
added ci (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mast3rwaf1z authored Mar 11, 2024
1 parent 2760433 commit 4add5be
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: NixOS Package Building

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build-stregsystemet:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]

- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-23.11

- name: build-stregsystemet
run: nix build -f ./pkgs/stregsystemet

0 comments on commit 4add5be

Please sign in to comment.