mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
17 lines
351 B
Bash
Executable File
17 lines
351 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eux
|
|
|
|
: ${WORKSPACE:="$(pwd)"}
|
|
|
|
export WORKSPACE
|
|
export PYTHONDONTWRITEBYTECODE=yep
|
|
export SYNAPSE_CACHE_FACTOR=1
|
|
|
|
./jenkins/prepare_synapse.sh
|
|
./jenkins/clone.sh sytest https://github.com/matrix-org/sytest.git
|
|
|
|
./sytest/jenkins/install_and_run.sh \
|
|
--python $WORKSPACE/.tox/py27/bin/python \
|
|
--synapse-directory $WORKSPACE \
|