Add exec + doc header
This commit is contained in:
parent
8c77418b6a
commit
bf14067eb0
5 changed files with 24 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
#!/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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue