add ci support

This commit is contained in:
Jörg Thalheim 2020-03-22 16:41:29 +00:00
parent 79437798d3
commit e2075b95a4
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

11
.github/workflows/test.yml vendored Normal file
View File

@ -0,0 +1,11 @@
name: "Test"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v7
- run: nix-build -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixpkgs-unstable.tar.gz