diff options
author | EuAndreh <eu@euandre.org> | 2019-01-01 17:36:26 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-01-01 17:36:26 -0200 |
commit | ff4b73411dba6097b18266de204587279307be23 (patch) | |
tree | e282982c0e55af913c7c2c05c6a00eeb8019b7ef /.build.yml | |
parent | Start playing with Dhall to generate yaml. (diff) | |
download | dotfiles-ff4b73411dba6097b18266de204587279307be23.tar.gz dotfiles-ff4b73411dba6097b18266de204587279307be23.tar.xz |
Run shellcheck tests in srht builds.
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..33e6627 --- /dev/null +++ b/.build.yml @@ -0,0 +1,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 |