Skip to content

Commit

Permalink
Merge pull request #1 from wobcom/ci
Browse files Browse the repository at this point in the history
Added CI
  • Loading branch information
johannwagner authored Dec 8, 2022
2 parents 087af88 + 6a20b7f commit 6a0727f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Build"
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v12
with:
name: wobcom-public
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build --log-format bar-with-logs -v

0 comments on commit 6a0727f

Please sign in to comment.