mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 04:50:05 +00:00
9 lines
214 B
Bash
Executable File
9 lines
214 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# script/cibuild: Setup environment for CI to run tests. This is primarily
|
|
# designed to run on the continuous integration server.
|
|
|
|
script/bootstrap_server
|
|
script/test coverage
|
|
coveralls
|