0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-28 23:48:19 +02:00
synapse/jenkins-postgres.sh

19 lines
397 B
Bash
Raw Normal View History

#!/bin/bash
set -eux
2016-03-03 16:26:07 +01:00
: ${WORKSPACE:="$(pwd)"}
export WORKSPACE
2016-03-03 16:26:07 +01:00
export PYTHONDONTWRITEBYTECODE=yep
export SYNAPSE_CACHE_FACTOR=1
./jenkins/prepare_synapse.sh
./jenkins/clone.sh sytest https://github.com/matrix-org/sytest.git
2016-03-03 16:26:07 +01:00
./sytest/jenkins/prep_sytest_for_postgres.sh
2016-03-03 16:26:07 +01:00
./sytest/jenkins/install_and_run.sh \
2017-09-01 11:31:45 +02:00
--python $WORKSPACE/.tox/py27/bin/python \
--synapse-directory $WORKSPACE \