diff options
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |