Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nagelflorian/golang-ci

Simple continious integration example for the go programming language
https://github.com/nagelflorian/golang-ci

circleci continuous-integration go golang golang-ci travis

Last synced: 8 days ago
JSON representation

Simple continious integration example for the go programming language

Awesome Lists containing this project

README

        

# GoLang-CI [![CircleCI](https://circleci.com/gh/nagelflorian/golang-ci/tree/master.svg?style=svg)](https://circleci.com/gh/nagelflorian/golang-ci/tree/master)

## Run

```
go run hello-world.go
```

### Docker

You can also run the example app using Docker:

```
docker build -t golang-ci .
docker run --name=golang-ci -i -t golang-ci
```

## Testing

```
go test
```

## CircleCI

You can see the build status here: https://circleci.com/gh/nagelflorian/golang-ci