Skip to content
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

Create and release a certifier binary #54

Open
LucasRoesler opened this issue Apr 23, 2020 · 1 comment
Open

Create and release a certifier binary #54

LucasRoesler opened this issue Apr 23, 2020 · 1 comment

Comments

@LucasRoesler
Copy link
Member

It would be really great to have versioned binaries that we can then use in CI systems instead of needing to clone and run this repo. Having a built binary means we also don't need to worry about the go environment the user has.

we can use

go test -c ./tests -o faas-certifier

and this will produce a binary called faas-certifier for the tests.

@alexellis
Copy link
Member

Please feel free to add a .travis.yml file for this and to add to the Trello board for tracking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants