-
Notifications
You must be signed in to change notification settings - Fork 7
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 support and AppImage automated builds #2
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Beginning to implement Travis CI builds for AppImage.
Build and test using Ubuntu Trusty, the oldest LTS release still supported. This will be important for AppImages, which are meant to be build on older systems.
Safety not guaranteed!
There's no make install for TrumpCoin.
the Travis build now manually moves trumpcoin-qt to the bin, since the make install functionality does not work.
Let's give the .desktop the right name to be found.
This should do the trick I hope.
This adds the TrumpCoin icon to the source so that it can be used in the .desktop file instead of the default bitcoin.ico. This will be used until a compatible .svg is available.
This also adds clang compiler testing, for those who prefer alternative compilers n' whatnot.
Using Berkeley DB 4.8 should ensure wallet compatibility across other wallets. Unless the Windows/Mac wallets are compiled with BerkeleyDB 5 or higher, in which case ¯\_(ツ)_/¯. In any case, this is the recommended build style for wallets. And if you happened to use any of the AppImage test builds, those wallets will be incompatible with this build and you will have to send any coins in those wallets to a new one.
Cheers! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This merge request creates a Travis CI build script that builds TrumpCoin-Qt, then compiles an AppImage for the build that can be run on most 64-bit GNU/Linux systems. This AppImage can be distributed as a "default" GNU/Linux distribution of TrumpCoin.