0ee411860a
Adds jobs to test and build go packages. Adds a role to download and install go from the official download page (https://golang.org/dl/). Adds a role to run commands with go e.g build, test, run. Change-Id: Iad2d877fffa2530e9fdeec648a60755a80cf01f4
7 lines
143 B
YAML
7 lines
143 B
YAML
go_arch_translation:
|
|
amd64: amd64
|
|
x86_64: amd64
|
|
i386: 386
|
|
|
|
go_version_pattern: ^go version go(?P<version>.*?) (?P<os>.*?)/(?P<arch>.*?)$
|