Skip to content

Add continuous integration #357

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
dsnet opened this issue May 22, 2017 · 4 comments
Closed

Add continuous integration #357

dsnet opened this issue May 22, 2017 · 4 comments
Assignees

Comments

@dsnet
Copy link
Member

dsnet commented May 22, 2017

We are gradually moving to have all Go protobuf work developed on github, but we need to have an integration bot setup (probably Travis CI). This CI should be testing on all versions of Go down to whatever version of Go that AppEngine is still running.

\cc @cybrcodr

@awalterschulze
Copy link

awalterschulze commented May 22, 2017

Its also good to test different protoc versions.

These might be useful
https://github.com/gogo/protobuf/blob/master/install-protobuf.sh
https://github.com/gogo/protobuf/blob/master/.travis.yml

@tamird helped me set them up

@cybrcodr cybrcodr assigned cybrcodr and unassigned dsnet Jun 15, 2017
@cybrcodr
Copy link
Contributor

Added simple travis config for now #379 . I've yet to enable travis run on this, still waiting for admin access.

Thanks for the pointer for using different protoc version. We'll evaluate which versions to test against.

@tamird
Copy link
Contributor

tamird commented Jun 21, 2017

@cybrcodr you still need to enable travis-ci for this repository. See https://travis-ci.org/golang/protobuf

@cybrcodr
Copy link
Contributor

I enabled it and have made another fix in #381 . I've verified that it is working now.

@dsnet and I have decided to use only one version of protoc for now. Do let us know if there is a good reason to have different ones.

@golang golang locked and limited conversation to collaborators Jun 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants