jonpchin / gochess

Online real time chess web server using websockets
MIT License
47 stars 17 forks source link

Integration of an automation build tool #12

Closed jonpchin closed 7 years ago

jonpchin commented 8 years ago

Integration of an automation build tool, investigate build tool options in Golang and try either Robo or Godo. The build tool should check to see if all the third party packages are in the right directory, if not it calls go get to fetch the package. Build tool should also check if all the environment variables are properly set up the Linux production environment. If its Windows development environment it should not change any of its environment variables.