1
1
mirror of https://github.com/srid/ema.git synced 2024-11-25 20:12:20 +03:00
ema/.github/workflows/ci.yaml
2021-04-24 12:29:21 -04:00

21 lines
598 B
YAML

name: "CI"
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
env:
MAINLINE: refs/heads/master
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v13
with:
install_url: https://nixos-nix-install-tests.cachix.org/serve/lb41az54kzk6j12p81br4bczary7m145/install
install_options: '--tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve'
extra_nix_config: |
experimental-features = nix-command flakes
- name: Build 🔧
run: |
nix build -j4 --no-link