annotate check.sh @ 211:41ec8ed1c2cb

Require capnp v0.6.1, because newer code won't build with the older compilers available in this Travis image
author Chris Cannam <cannam@all-day-breakfast.com>
date Thu, 09 Aug 2018 10:43:30 +0100
parents 549d3d44d729
children
rev   line source
c@181 1 #!/bin/bash
c@181 2
c@181 3 mydir=$(dirname "$0")
c@181 4
c@181 5 set -eu
c@181 6
c@181 7 "$mydir"/capnp/check.sh
c@181 8 "$mydir"/json/check.sh