synapse/jenkins-sqlite.sh

17 lines
351 B
Bash
Raw Normal View History

#!/bin/bash
set -eux
2016-03-03 15:47:40 +01:00
: ${WORKSPACE:="$(pwd)"}
export WORKSPACE
2016-03-03 15:47:40 +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 15:47:40 +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 \