aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-10-14build: use ARCH 'native' by default, allow to configure and override itxiphon1-1/+1
2018-10-02Merge pull request #4470Riccardo Spagni1-0/+2
2fbf38ee Fix 32bit depends builds (TheCharlatan) 17142ec9 malloc scratchpad for all supported android archs (m2049r) 6a781408 Make depends use self built clang for darwin (TheCharlatan) 69da14e1 fixes make debug compilation on OSX (Dusan Klinec) fe125647 Fixup RENAME_DB() macro (Howard Chu) b2972927 osx compilation fix: missing boost libs added (Dusan Klinec) 174f31bf simplewallet: don't complain about payment id on pool mined blocks (moneromooo-monero) 89288863 README: mention ASAN usage alongside valgrind (moneromooo-monero) 83debef9 wallet_rpc_server: remove verbose field in incoming_transfers query (moneromooo-monero) a69271fa Fixed a typo (Piotr KÄ…kol) 92d1da28 unit_tests: fix build with GCC 5.4.0 on ubuntu (moneromooo-monero) a21da905 Wallet: use unique_ptr for WalletImpl members (oneiric) 7a056f44 WalletAPI: multisigSignData bug fixed (naughtyfox) 43a06350 ringdb: use cursors to be a bit faster (moneromooo-monero) 7964d4f8 wallet2: handle corner case in picking fake outputs (moneromooo-monero) 6f5360b3 bump version to 0.13.0.1 (Riccardo Spagni) cf470bf3 switch from master to rc (Riccardo Spagni)
2018-09-25Add hidapi to dependsTheCharlatan1-4/+4
Clang needs to get its cctools path passed directly for the hid build to succeed. Make gperf a permanent external dependency. Remove pcsc from depends.
2018-09-22A Travis to moneroTheCharlatan1-0/+63
Add a Travis build script for Monero. This was blatantly copied from Bitcoin. It spawns jobs in docker containers running an ubuntu bionic image. This commit also a fixes a problem where librt was still linked, even when compiling statically.
2016-10-31README/Repo: remove Travis CIanonimal1-120/+0
We use Buildbot now: https://build.getmonero.org/
2016-09-01cmake: exclude tests from runningredfish1-0/+3
Minimize special cases in cmake script, likely to be forgotten.
2016-09-01cmake: option+target for profiling for coverageredfish1-1/+1
2016-08-28Merge pull request #994Riccardo Spagni1-1/+1
ff6b8f2 Build: move Travis IRC notification channel (anonimal)
2016-08-27Build: move Travis IRC notification channelanonimal1-1/+1
This will allow people to have Travis push notifications for their repo without spamming the dev channel
2016-08-26Re-enable Travis IRC notificationsJacob Torrey1-11/+10
2016-08-26Silence coveralls to prevent 4MB logsJacob Torrey1-1/+1
Signed-off-by: Jacob Torrey <discipleofranok@gmail.com>
2016-08-26Added -j2 to Makefile and clean up matrixJacob Torrey1-7/+35
Signed-off-by: Jacob Torrey <discipleofranok@gmail.com>
2016-08-26Streamline test building targetJacob Torrey1-1/+0
Signed-off-by: Jacob Torrey <discipleofranok@gmail.com>
2016-08-26Ensure tests are built prior to testingJacob Torrey1-1/+1
2016-08-26Update .travis.ymlJacob Torrey1-0/+1
2016-08-26Update for the current make environmentJacob Torrey1-1/+1
2016-08-26Fixed tab/space issue on YAMLJacob Torrey1-36/+36
Signed-off-by: Jacob Torrey <torreyj@ainfosec.com>
2016-08-26Converted to a build matrix for testing and releaseJacob Torrey1-42/+87
Signed-off-by: Jacob Torrey <torreyj@ainfosec.com>
2016-08-26Prep for coverallsJacob Torrey1-1/+4
Signed-off-by: Jacob Torrey <torreyj@ainfosec.com>
2016-08-15Build: use Boost 1.58 for Travis build. Refs #956anonimal1-3/+7
2016-07-30Build: take out tests in Travis CIanonimal1-1/+1
2016-07-29Build: add vanilla clang to Travis CIanonimal1-0/+2
2016-07-29Build: add make release-test to Travis CIanonimal1-1/+1
2016-07-23include result in the notifications templateRiccardo Spagni1-1/+1
2016-07-23only alert on IRC when the status changesRiccardo Spagni1-0/+2
2016-07-20add IRC notifications to travisRiccardo Spagni1-0/+6
2016-07-13Travis-CI: remote redundant make release-test.anonimal1-1/+1
2016-07-12Travis-CI: implement first-draft configuration.anonimal1-0/+28