aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
blob: 33e66276dcd3c412106958c4ea52a7b91e39487c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
image: debian/stretch
packages:
  - curl
triggers:
  - condition: failure
    action: email
    to: EuAndreh <eu@euandre.org>
sources:
  - https://git.sr.ht/~euandreh/dotfiles
secrets:
  - 7159f943-811f-402d-bb6d-37cd764dc728
tasks:
  - setup: |
      curl https://nixos.org/nix/install | sh
      echo '. ~/.nix-profile/etc/profile.d/nix.sh' >> ~/.buildenv
  - tests: |
      cd dotfiles/
      nix-build -A test