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 support and AppImage automated builds #2

Merged
merged 16 commits into from
Aug 2, 2016

Conversation

gitgud-software
Copy link
Contributor

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.

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.
Placed the icon in an easier to find spot.
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.
@TRUMPCOIN TRUMPCOIN merged commit 7475cdb into TRUMPCOIN:master Aug 2, 2016
@TRUMPCOIN
Copy link
Owner

Cheers!

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