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

Travis CI to test Make #249

Merged
merged 7 commits into from
Jan 30, 2019
Merged

Travis CI to test Make #249

merged 7 commits into from
Jan 30, 2019

Conversation

jmazanec15
Copy link
Collaborator

Addresses #247. I followed a simple tutorial on my fork to set up Travis CI on a repository: https://docs.travis-ci.com/user/tutorial/. The owner of the repository has to set it up but it takes only a couple of minutes.

Then, I created a simple .travis.yml file and pushed it up to my repository. It successfully built on an Ubuntu instance. Now, whenever I push, it runs the commands under script.

For next steps, I think we could try to setup up qemu on the Ubuntu virtual machine used for testing probably by just adding another install under before_install. Then, we could start to setup some functional tests. Adding #154 would help testing most likely.

Here is a screen shot of it working:
image
image
image

@dthain dthain merged commit 6343bbc into dthain:master Jan 30, 2019
@dthain dthain mentioned this pull request Jan 30, 2019
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

Successfully merging this pull request may close these issues.

2 participants