-
Notifications
You must be signed in to change notification settings - Fork 4
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
Continuous Integration #22
Comments
Is circleci free? That would be great, thanks! You should be able to run |
Ya, I'll try and get that up and running. It is free for up to 1000 build minutes. I'll try to make it so only PRs get the CI. |
Is there any target we should be aiming for? |
1000 per month, got it. Not sure what you mean by target, but if you run If you want to add CI for master that would be great as well. |
Like what OS to test on. |
Oh! Yes I'd like to test OSX, FreeBSD, and Ubuntu 18.04. |
I started working on this in the
Will update this later today, I have unpushed changes. |
Going to make this a meta issue - Joshua
Check the server
make
)make test
)make valgrind
). It would be wonderful it this were a part ofmake test
in the future.Original comment:
The text was updated successfully, but these errors were encountered: