Sha256: 04e87015a9dc67c4b90dfca66e9cbf37d668da495fe67b93eacc35ae117168bf
Contents?: true
Size: 316 Bytes
Versions: 3
Compression:
Stored size: 316 Bytes
Contents
#!/bin/sh # script/cibuild: Setup environment for CI to run tests. This is primarily # designed to run on the continuous integration server. set -e cd "$(dirname "$0")/.." echo "Tests started at…" date "+%H:%M:%S" # run tests echo "Running tests…" date "+%H:%M:%S" # run tests. script/test
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
glyptodont-0.3.0 | script/cibuild |
glyptodont-0.2.0 | script/cibuild |
glyptodont-0.1.0 | script/cibuild |