synapse/jenkins-sqlite.sh

16 lines
304 B
Bash
Raw Permalink Normal View History

#!/bin/bash
set -eux
2016-03-03 14:47:40 +00:00
: ${WORKSPACE:="$(pwd)"}
export WORKSPACE
2016-03-03 14:47:40 +00: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 14:47:40 +00:00
./sytest/jenkins/install_and_run.sh \
--synapse-directory $WORKSPACE \