2020-11-07 17:35:19 +00:00
|
|
|
name: "Nix"
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
2020-11-07 17:35:48 +00:00
|
|
|
- mara
|
2020-11-07 17:35:19 +00:00
|
|
|
pull_request:
|
|
|
|
branches:
|
2020-11-07 17:35:48 +00:00
|
|
|
- mara
|
2020-11-07 17:35:19 +00:00
|
|
|
jobs:
|
|
|
|
docker-build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
- uses: cachix/install-nix-action@v12
|
|
|
|
- uses: cachix/cachix-action@v7
|
|
|
|
with:
|
|
|
|
name: xe
|
2020-11-07 17:37:00 +00:00
|
|
|
- run: |
|
|
|
|
nix-build
|