-
Notifications
You must be signed in to change notification settings - Fork 53
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
Add letter spacing, add cmake files and travis #77
base: master
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,18 @@ | |||
language: c |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest to use Azure Pipelines instead: #78
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why azure pipelines is better than Travis ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Native Docker support, built-in artifact support, better UI/UX in general, and the fact that Travis-CI as a product has been put in maintenance mode: see https://news.ycombinator.com/item?id=18978346 and https://news.ycombinator.com/item?id=19256970.
I fix also a small omission for line space with the pvf. I rename the ls function to advanced, I'm not sure about the name. Feel free to rename or make distinct functions.