https://github.com/fclairamb/go-ci-demo
Continuous Integration around a go project
https://github.com/fclairamb/go-ci-demo
Last synced: about 1 year ago
JSON representation
Continuous Integration around a go project
- Host: GitHub
- URL: https://github.com/fclairamb/go-ci-demo
- Owner: fclairamb
- License: mit
- Created: 2014-01-11T06:51:16.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T17:55:09.000Z (about 2 years ago)
- Last Synced: 2025-03-23T22:53:24.856Z (about 1 year ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
go-ci-demo
==========
Continuous Integration around a go project.
This is how it's handled on the jenkins script:
make clean
export GOROOT=/usr/local/go
export PATH=$PATH:$GOROOT/bin
export GOPATH=`pwd`/go
go get -d
make
make stop PORT=8601 || printf ""
Demonstration page: http://go-ci-demo.webingenia.com/