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

Add Travis CI automated build support #7

Merged
merged 1 commit into from
Oct 24, 2018
Merged

Conversation

virtualtam
Copy link
Contributor

Hi @essej !

This PR adds support for Travis CI automated builds, which I've used it to help root-causing build issues on the Archlinux package (cf. #6 ) and toy with SL's codebase.

Example (successful) build: https://travis-ci.org/virtualtam/sooperlooper/builds/135958235

Let me know if you're interested in enabling this feature ;-)

Note: this requires authenticating to https://travis-ci.org/ (free for OpenSource projects)

Steps:

  • add Ubuntu Toolchain PPA
  • install recent packages (i.e. with decent C++11 support)
  • pre-build: autogen, configure
  • build: make
  • post-build: N/A

Resources:

@virtualtam virtualtam force-pushed the travis branch 4 times, most recently from 60024da to 8d1705b Compare August 13, 2016 13:00
@virtualtam
Copy link
Contributor Author

Hi @essej, thanks for merging this PR!

As it's been quite a while since I submitted it, it is very likely to be outdated so let me know in case changes are required :)

@essej
Copy link
Owner

essej commented Oct 24, 2018

Well, as I won't be personally using it, I expect you folks to be letting me know :)

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