install static webserver for server symlinked riot on CI

This commit is contained in:
Bruno Windels 2019-10-10 11:40:04 +02:00
parent 2d848bba29
commit 645a9d836f
2 changed files with 19 additions and 7 deletions

View file

@ -34,6 +34,8 @@ ln -s $REACT_SDK_DIR/$RIOT_WEB_DIR riot/riot-web
# CHROME_PATH=$(which google-chrome-stable) ./run.sh
echo "--- Install synapse & other dependencies"
./install.sh
# install (only) static webserver to server symlinked local copy of riot
./riot/install.sh --without-riot
mkdir logs
echo "+++ Running end-to-end tests"
TESTS_STARTED=1