"docker/git@mau.dev:maunium/synapse.git" did not exist on "67aae05ece9b6e07fedc73f737c0d6db6351d6c7"
Newer
Older
Quentin Gliech
committed
#!/usr/bin/env bash
# This script builds the Docker image to run the PostgreSQL tests, and then runs
# the tests.
set -e
# Build, and tag
docker build docker/ -f docker/Dockerfile-pgtests -t synapsepgtests
# Run, mounting the current directory into /src
docker run --rm -it -v $(pwd)\:/src synapsepgtests