about summary refs log tree commit diff
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.sh b/test.sh

index 2dd3214..1fb2658 100755 --- a/test.sh +++ b/test.sh
@@ -1,8 +1,9 @@ #! /usr/bin/env nix-shell #! nix-shell -i bash -p -make all || exit 1 +make all -j$(nproc) || exit 1 #bozohttpd -c ./cgit -I 9000 . -f -V -C '' cgit -p . +rm -rf test_utils mkdir test_utils nix build nixpkgs#nginx --out-link test_utils/nginx nix build nixpkgs#fcgiwrap --out-link test_utils/fcgiwrap