diff options
author | Ben Sima <ben@bsima.me> | 2020-11-19 08:41:45 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-11-19 08:41:45 -0500 |
commit | 5cf2c7501c554a397f1333a49d3e0837b538e539 (patch) | |
tree | fb3e0e803a12973cb3fb31d5ee2f948d200b4427 | |
parent | f0006222d76e1969f505d3278a35a68403ec255f (diff) |
ci: only build the important stuff for now
-rw-r--r-- | .build.yml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -11,10 +11,10 @@ tasks: nix-shell --run "bild Biz/Cloud.nix" nix-shell --run "bild Biz/Dev.nix" - nix-shell --run "bild Que/Site.hs" - nix-shell --run "bild Que/Host.hs" - nix-shell --run "bild Que/Prod.nix" + #nix-shell --run "bild Que/Site.hs" + #nix-shell --run "bild Que/Host.hs" + #nix-shell --run "bild Que/Prod.nix" - nix-shell --run "bild Hero/Host.hs" - nix-shell --run "bild Hero/Node.hs" - nix-shell --run "bild Hero/Prod.nix" + #nix-shell --run "bild Hero/Host.hs" + #nix-shell --run "bild Hero/Node.hs" + #nix-shell --run "bild Hero/Prod.nix" |