Commit Graph

14 Commits

Author SHA1 Message Date
Andrew Starr-Bochicchio
a06fe9578a Update the Go version used in circle.yml to 1.7.
Both the project's Dockerfile and Godeps.json Go 1.7. Tests should run with the same version.

Signed-off-by: Andrew Starr-Bochicchio <a.starr.b@gmail.com>
2017-03-22 20:07:17 -04:00
David Gageot
27e572113f FIX #3051 Use golang 1.6
Signed-off-by: David Gageot <david@gageot.net>
2016-02-18 08:51:30 +01:00
David Gageot
ee9389e98c Remove duplication
Signed-off-by: David Gageot <david@gageot.net>
2016-01-26 15:13:10 +01:00
David Gageot
8f009cfe8c Remove unused line
Signed-off-by: David Gageot <david@gageot.net>
2016-01-26 15:13:02 +01:00
David Gageot
ae5b8ea8fc Simplify CircleCI configuration
Signed-off-by: David Gageot <david@gageot.net>
2016-01-26 11:53:19 +01:00
David Gageot
5d95524be6 Write CLI integration tests with Go
Signed-off-by: David Gageot <david@gageot.net>
2016-01-25 16:23:53 +01:00
David Gageot
86f95753c4 Upgrade to go 1.5.3
Signed-off-by: David Gageot <david@gageot.net>
2016-01-14 07:11:03 +01:00
David Gageot
e28f7d5aa9 FIX #2498 Introduce CI tests for external binary compatibility
Signed-off-by: David Gageot <david@gageot.net>
2016-01-06 17:09:03 +01:00
David Gageot
12a361c3bc FIX #2670 Upgrade to go 1.5.2
Signed-off-by: David Gageot <david@gageot.net>
2015-12-23 15:49:33 +01:00
Olivier Gambier
3e2e3d0a59 Build system enhancements
- new simpler targets:
 * make machine
 * make plugins
 * make cross
- fixed windows cross build to output .exe files

Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-10-15 13:26:45 -07:00
Dave Henderson
7a3f2ec446 Updating CI builds to use Go 1.5.1
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2015-10-12 08:26:58 -04:00
Olivier Gambier
56160e0058 Prepare build for plugins PR
Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-10-07 18:02:58 -07:00
Olivier Gambier
b1701ccb8f Fix missing dep on circle
Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-09-19 12:03:32 -07:00
Olivier Gambier
5fbfbe1ff7 Rehauled build system and integration testing
- USE_CONTAINER allow to seamlessly run targets inside or outside containers
- all build calls have been harmonized, honoring the same env variables
- contributing doc has been streamlined according to that
- kill the distinction between remote and local docker builds
- got rid of some of the byzantine calls in various asorted scripts
- support for static build, debug builds, verbose

Signed-off-by: Olivier Gambier <olivier@docker.com>
2015-09-18 15:47:00 -07:00