Merge branch 'develop' into webv2

This commit is contained in:
Gabe Kangas
2022-08-09 14:14:45 -07:00
28 changed files with 199 additions and 160 deletions

View File

@@ -18,7 +18,7 @@ fi
pushd ../../.. > /dev/null
# Build and run owncast from source
go build -o owncast main.go
go build -race -o owncast main.go
./owncast -database $TEMP_DB &
SERVER_PID=$!