0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-03 01:48:23 +02:00
synapse/jenkins-sqlite.sh

16 lines
304 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 \
--synapse-directory $WORKSPACE \