fluffychat/scripts/integration-server-synapse.sh
TheOneWithTheBraid 5f5a08f729 feat: introduce extended integration tests
- test both FLOSS and non-floss builds
- test on Synapse, Dendrite and Conduit
- remove Synapse-specific test
- add static Release mode app launch test

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
2022-07-17 18:27:23 +02:00

4 lines
212 B
Bash
Executable file

#!/usr/bin/env bash
chown -R 991:991 integration_test/synapse
docker run -d --name synapse --user 991:991 --volume="$(pwd)/integration_test/synapse/data":/data:rw -p 8008:8008 matrixdotorg/synapse:latest
sleep 20