aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-04-07 18:53:55 -0300
committerEuAndreh <eu@euandre.org>2019-04-07 18:53:55 -0300
commit1dcc6a9408f52653a6e22ea5de01832c2999b90f (patch)
tree7b7029a2c4db072eb96ee4cb9df4350eba627646
parentUse debian instead of NixOS. (diff)
downloaddotfiles-1dcc6a9408f52653a6e22ea5de01832c2999b90f.tar.gz
dotfiles-1dcc6a9408f52653a6e22ea5de01832c2999b90f.tar.xz
dbg NixOS build.
-rw-r--r--.build.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.build.yml b/.build.yml
index 43cde57..6987493 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,6 +1,6 @@
-image: debian/stretch
+image: nixos/latest
packages:
- - curl
+ - shellcheck
triggers:
- condition: failure
action: email
@@ -8,9 +8,7 @@ triggers:
sources:
- https://git.sr.ht/~euandreh/dotfiles
tasks:
- - setup: |
- wget -O- https://nixos.org/nix/install | sh
- echo '. ~/.nix-profile/etc/profile.d/nix.sh' >> ~/.buildenv
- tests: |
cd dotfiles/
+ which shellcheck
nix-build -A test