WIP: script to run tests on CI

This commit is contained in:
Bruno Windels
2018-07-20 18:50:52 +02:00
parent 1468be0db4
commit bc1da0565e

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