Commit Graph

11 Commits

Author SHA1 Message Date
tidwall cd70a3d2af Update to Go 1.14 2020-03-22 13:14:08 -07:00
tidwall 953f2f20ee Ensure build passes on test 2019-11-18 11:04:31 -07:00
tidwall cfc65a13f6 Refactor repository and build scripts
This commit includes updates that affects the build, testing, and
deployment of Tile38.

- The root level build.sh has been broken up into multiple scripts
  and placed in the "scripts" directory.

- The vendor directory has been updated to follow the Go modules
  rules, thus `make` should work on isolated environments. Also
  some vendored packages may have been updated to a later
  version, if needed.

- The Makefile has been updated to allow for making single
  binaries such as `make tile38-server`. There is some scaffolding
  during the build process, so from now on all binaries should be
  made using make. For example, to run a development version of
  the tile38-cli binary, do this:
     make tile38-cli && ./tile38-cli
  not this:
     go run cmd/tile38-cli/main.go

- Travis.CI docker push script has been updated to address a
  change to Docker's JSON repo meta output, which in turn fixes
  a bug where new Tile38 versions were not being properly pushed
  to Docker
2019-11-18 10:33:15 -07:00
tidwall d675758e58 Update travis-ci to Go 1.13 2019-11-02 15:28:47 -07:00
Josh Baker e60191caed Use travis vars 2018-04-30 17:54:58 -07:00
Josh Baker 1b38bf1993 Updated docker-push script 2018-04-30 17:37:24 -07:00
Josh Baker 7567b8d63e Docker builds through Travis CI 2018-04-30 08:30:30 -07:00
Tobi 75e0abfe51
CI improvements (#1)
This PR contains:
* Automatic version detection by using git tags
* Fix for the Makefile (double package target)
* Enable Travis CI to build the Docker images and push to Docker Hub
2018-04-24 08:39:29 +02:00
Josh Baker a5c10a55f6 removed version from travis 2016-09-08 16:16:13 -07:00
Josh Baker 04d1ba798a removed tip 2016-03-21 06:59:20 -07:00
Josh Baker 4fc58f7f5c first commit 2016-03-04 16:08:16 -07:00