1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Add release script

This commit is contained in:
Paulus Schoutsen
2015-09-19 21:33:24 -07:00
parent 2332548cf4
commit 620a7eadf4
+2
View File
@@ -3,6 +3,8 @@
# script/cibuild: Setup environment for CI to run tests. This is primarily
# designed to run on the continuous integration server.
cd "$(dirname "$0")/.."
script/test coverage
STATUS=$?