aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-25 13:33:19 -0300
committerEuAndreh <eu@euandre.org>2019-05-25 13:33:19 -0300
commitf1792cb9e6e5557f0983997a011defaa1f19e639 (patch)
treef0751cf27e3c1cc19f2b1ac89703767a4c2ab597 /.build.yml
parentFormat vps.tf (diff)
downloadtoph-f1792cb9e6e5557f0983997a011defaa1f19e639.tar.gz
toph-f1792cb9e6e5557f0983997a011defaa1f19e639.tar.xz
Add lint checks and a pipeline to check using Nix
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
new file mode 100644
index 0000000..c8e51f2
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,13 @@
+image: nixos/unstable
+repositories:
+ nixpkgs: https://nixos.org/channels/nixpkgs-unstable
+triggers:
+ - condition: failure
+ action: email
+ to: EuAndreh <ci@euandre.org>
+sources:
+ - https://git.sr.ht/~euandreh/vps
+tasks:
+ - tests: |
+ cd vps/
+ nix-build -A test