Skip to content

Commit

Permalink
Merge branch 'ci'
Browse files Browse the repository at this point in the history
  • Loading branch information
mbr committed Dec 31, 2023
2 parents 7df2651 + 96cf8a4 commit 8a31eb9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build rockslide
run-name: Build triggered by ${{ github.actor }}
on:
- pull_request
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-23.11
- run: nix-build .
- uses: actions/upload-artifact@v4
with:
name: rockslide
path: result/bin/rockslide

0 comments on commit 8a31eb9

Please sign in to comment.