From 4f6f4e6588ebf26ea30d6e98f1b2e618371fc694 Mon Sep 17 00:00:00 2001 From: sterni Date: Mon, 1 Feb 2021 19:58:32 +0100 Subject: docs(tvix): fix path in build instructions, add note about tests Change-Id: If9dcd8e39f416c11460e66454df9f53096691699 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2484 Tested-by: BuildkiteCI Reviewed-by: glittershark --- third_party/nix/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'third_party/nix/README.md') diff --git a/third_party/nix/README.md b/third_party/nix/README.md index 36ba7d0c2742..4bb58968313d 100644 --- a/third_party/nix/README.md +++ b/third_party/nix/README.md @@ -147,8 +147,11 @@ cd ~/build/tvix nix-shell $DEPOT_PATH -A third_party.nix.build-shell # Disable clang-tidy for quicker builds -cmake $DEPOT_PATH -DCLANG_TIDY_PATH="" +cmake $DEPOT_PATH/third_party/nix/ -DCLANG_TIDY_PATH="" make -j16 -l12 + +# Run tests +make test ``` ## Contributing to the fork -- cgit 1.4.1