mirror of
https://github.com/carp-lang/Carp.git
synced 2024-11-05 04:44:12 +03:00
Merge pull request #977 from jacereda/nixpkgsci
Attempt to run CI jobs using Nixpkgs.
This commit is contained in:
commit
b7455dc4d5
16
.github/workflows/nixpkgs.yml
vendored
Normal file
16
.github/workflows/nixpkgs.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: "Nixpkgs CI"
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
- uses: cachix/install-nix-action@v12
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- run: nix-build
|
Loading…
Reference in New Issue
Block a user