1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-31 08:32:13 +00:00
Files
core/script/cibuild
2015-09-17 00:38:52 -07:00

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