aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-02-23Various speedups to depends and TravisTheCharlatan1-9/+5
Further speedups to icu compilation, it is faster to run the pre-generated configure scripts. Ensure that the native protobuf installation only generates the required libraries and binaries. Disable qt compilation when running travis on windows. Qt is used for lrelease, the travis recipe instead usese the a local installation of lrelease. Remove various packages and options from the travis recipe. Update Readline to version 8.0. The previously used url 404'd sometimes, use the official gnu ftp server instead. Remove unused cmake config.
2018-12-18build: protobuf dependency fixes, libusb buildDusan Klinec1-3/+4
- docker protobuf dependencies, cross-compilation - device/trezor protobuf build fixes, try_compile - libusb built under all platforms, used by trezor for direct connect
2018-10-18Remove Travis check in depends toolchain fileTheCharlatan1-1/+1
The architecture for darwin is now detected correctly, remove the override for it.
2018-10-13build: use ARCH 'native' by default, allow to configure and override itxiphon1-1/+1
2018-09-29Fix 32bit depends buildsTheCharlatan1-0/+2
Add architecture flags when cmake invokes gcc manually. Add 32bit to Travis.
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