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

Improve travis automation #387

Open
depili opened this issue Feb 20, 2019 · 2 comments
Open

Improve travis automation #387

depili opened this issue Feb 20, 2019 · 2 comments
Labels
enhancement This issue asks for enhancement in a specific part

Comments

@depili
Copy link

depili commented Feb 20, 2019

https://github.com/veandco/go-sdl2/blob/master/.travis.yml#L18 should be augmented to building all of the examples, currently the go build command does nothing at all and will always exit with status 0.

@depili
Copy link
Author

depili commented Feb 20, 2019

Actually just changing the go build to "go build github.com/veandco/go-sdl2/{sdl,img,mix,ttf}" should also improve things quite nicely. That would have caught #386

@veeableful
Copy link
Contributor

Hi @depili, nice suggestion! I have changed the Travis configuration file accordingly. The CI should build the other packages now.

@veeableful veeableful added the enhancement This issue asks for enhancement in a specific part label Feb 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This issue asks for enhancement in a specific part
Projects
None yet
Development

No branches or pull requests

2 participants