summaryrefslogtreecommitdiffstats
path: root/.builds/nixos.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-01-18 13:28:52 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-01-18 13:44:48 +0100
commit74b6c049ff57044852160119fdf27d5ca9de55ce (patch)
tree9963875fff99191accac5ccb391883d3c2f571d7 /.builds/nixos.yml
parenta9aa8cd182dbc12cd3f13c006778a5347f27cacb (diff)
Add minified shell.nix file for nixos based CI
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to '.builds/nixos.yml')
-rw-r--r--.builds/nixos.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.builds/nixos.yml b/.builds/nixos.yml
index b7b13b7..cda3a42 100644
--- a/.builds/nixos.yml
+++ b/.builds/nixos.yml
@@ -6,13 +6,13 @@ sources:
tasks:
- install: |
cd butido
- nix-shell ./shell.nix --run "echo nix-shell ready"
+ nix-shell ./.builds/ci.nix --run "echo nix-shell ready"
- build: |
cd butido
- nix-shell ./shell.nix --run "cargo build --all --all-features"
+ nix-shell ./.builds/ci.nix --run "cargo build --all --all-features"
- test: |
cd butido
- nix-shell ./shell.nix --run "cargo test --all --all-features"
+ nix-shell ./.builds/ci.nix --run "cargo test --all --all-features"
triggers:
- action: email
condition: always