diff options
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -6,7 +6,15 @@ secrets: tasks: - build: | cd biz - nix-build ./default.nix -A Biz.Cloud -A Biz.Dev - - nix-shell: | - cd biz - nix-shell --run "echo okay" + nix-shell --run "bild Biz/Pie.hs" + nix-shell --run "bild Biz/Pie.nix" + 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 Hero/Host.hs" + nix-shell --run "bild Hero/Node.hs" + nix-shell --run "bild Hero/Prod.nix" |