Skip to content
Snippets Groups Projects
jenkins-sqlite.sh 304 B
Newer Older
  • Learn to ignore specific revisions
  • #!/bin/bash
    
    set -eux
    
    Erik Johnston's avatar
    Erik Johnston committed
    
    : ${WORKSPACE:="$(pwd)"}
    
    
    Erik Johnston's avatar
    Erik Johnston committed
    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 \
        --synapse-directory $WORKSPACE \