Skip to content

Commit

Permalink
update developer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Barheine committed Oct 30, 2019
1 parent 8092844 commit 0567906
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If you don't use OpenStack, you can still use Maia CLI as a feature-complete she

# Installation

Maia can be built with Go 1.11 and 1.12. Older versions are not supported. Newer versions are not tested.
Maia can be built with Go 1.12 and 1.13. Older versions are not supported. Newer versions are not tested.

## Binary Releases

Expand Down
2 changes: 2 additions & 0 deletions docs/developers-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ The _keystone_ and _storage_ package contain some preparational work to plug-in

Travis is used for building, static code checks and build-verification testing ([tutorial](https://docs.travis-ci.com/user/tutorial/)). No real integration testing takes place here.

To produce local builds, the makefile can be used. See [.travis.yaml](./../.travis.yaml) to learn which tools and dependencies are prerequisite.

The _make_ file contains additional targets that can be used e.g. to build continuous deployment pipelines:
* all: builds and tests the binary for the current platform from scratch
* clean: removes temporary files, vendored go packages dependencies and generated code
Expand Down

0 comments on commit 0567906

Please sign in to comment.