diff options
author | Ben Sima <ben@bsima.me> | 2020-11-19 21:36:07 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-11-19 21:36:23 -0500 |
commit | 8b92ecb505675d157c925bc7b6980a6e74831033 (patch) | |
tree | ff46daa1ac4da874ed8445393953640117ab25f3 /.build.yml | |
parent | 624df87c81f399ba18e5f625e680302b687d168a (diff) |
add ci function to replace builds.sr.ht
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.build.yml b/.build.yml deleted file mode 100644 index acbcf00..0000000 --- a/.build.yml +++ /dev/null @@ -1,20 +0,0 @@ -image: nixos/unstable -sources: - - git@git.sr.ht:~ben/biz -secrets: - - 6a44134f-d160-4702-825f-26e49398f8e9 -tasks: - - build: | - cd biz - 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" |