WIP: script to run tests on CI

pull/21833/head
Bruno Windels 2018-07-20 18:50:52 +02:00
parent 1468be0db4
commit bc1da0565e
1 changed files with 6 additions and 0 deletions

6
run.sh Normal file
View File

@ -0,0 +1,6 @@
sh synapse/clear.sh
sh synapse/start.sh
sh riot/start.sh
node start.js
sh riot/stop.sh
sh synapse/stop.sh