aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-12-29 09:39:22 -0200
committerEuAndreh <eu@euandre.org>2018-12-29 09:39:22 -0200
commit7853ac0c7b4aec1acef78048fe851e097f77054a (patch)
tree5641d3a75492a0005605f54ee5c225053e615b8c /.build.yml
parentWIP: Use Perl instead of Racket for CLI. (diff)
downloadeuandre.org-7853ac0c7b4aec1acef78048fe851e097f77054a.tar.gz
euandre.org-7853ac0c7b4aec1acef78048fe851e097f77054a.tar.xz
Add =test= to default.nix and run in on CI.
Diffstat (limited to '')
-rw-r--r--.build.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
index 479e6af..48ed2a4 100644
--- a/.build.yml
+++ b/.build.yml
@@ -13,6 +13,9 @@ tasks:
- setup : |
curl https://nixos.org/nix/install | sh
echo '. $HOME/.nix-profile/etc/profile.d/nix.sh' >> $HOME/.buildenv
+ - tests: |
+ cd website/
+ nix-build -A test
- publish: |
cd website/
nix-build -A publishScript