about summary refs log tree commit diff
path: root/test.sh
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-04-26 22:53:29 +0200
committerRory& <root@rory.gay>2025-04-26 22:53:29 +0200
commit904243f5d7e473964baa060f7f0bf380aeb6d008 (patch)
treeed4ee7e65c4834b0352582bbc21514900281e4c6 /test.sh
parentcss: Support for dark mode (diff)
downloadcgit-magenta-904243f5d7e473964baa060f7f0bf380aeb6d008.tar.xz
Fix test script, serve resources
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