Commit graph

11 commits

Author SHA1 Message Date
Adrian Macneil
247d7296f8 Add docker-compose healthcheck for test dependencies (#12) 2017-04-23 20:46:27 -07:00
Adrian Macneil
93490b2f15 Add musl target for Alpine linux support (#8)
Building with `CGO_ENABLED=0` results in a binary which can run on Alpine linux (with musl libc), but it also disables SQLite support.

Adding an additional target allows people to decide this tradeoff for themselves.
2017-02-28 21:54:01 -08:00
Adrian Macneil
08dd47d954 Create slimmer go binaries 2016-05-21 20:01:49 -07:00
Adrian Macneil
b74629e5be Remove osx cross compilation in favor of homebrew 2015-12-03 01:13:39 -08:00
Adrian Macneil
158ecaa965 Add clean step 2015-12-01 18:35:18 -08:00
Adrian Macneil
d318e68423 Add cross compilation scripts 2015-12-01 18:03:44 -08:00
Adrian Macneil
87f981da09 No longer need to test all packages 2015-12-01 10:16:23 -08:00
Adrian Macneil
c402613c6c Add MySQL support 2015-12-01 00:44:28 -08:00
Adrian Macneil
edb027f6e9 Run tests in serial
Prevents race conditions when creating/dropping databases.

See: http://stackoverflow.com/questions/15721238/go-serial-execution-of-package-tests
2015-11-30 18:36:24 -08:00
Adrian Macneil
c6aba53e51 Add errcheck and fix unchecked errors 2015-11-27 14:27:44 -08:00
Adrian Macneil
9cfc758ca1 Initial commit 2015-11-25 10:57:58 -08:00