aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* travis: remove from reposelsta2020-12-101-66/+0
|
* travis: j3 -> j2 on i686-w64-mingw32selsta2020-08-151-1/+1
|
* Add travis freebsdTheCharlatan2019-12-021-0/+2
|
* build: fix depends Travis ncurses build, don't wipe CONFIG_SHELLxiphon2019-08-231-1/+1
|
* Add depends riscv 64 bit supportTheCharlatan2019-08-201-0/+2
|
* Various speedups to depends and TravisTheCharlatan2019-02-231-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.
* build: protobuf dependency fixes, libusb buildDusan Klinec2018-12-181-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
* Remove Travis check in depends toolchain fileTheCharlatan2018-10-181-1/+1
| | | | | The architecture for darwin is now detected correctly, remove the override for it.
* build: use ARCH 'native' by default, allow to configure and override itxiphon2018-10-131-1/+1
|
* Fix 32bit depends buildsTheCharlatan2018-09-291-0/+2
| | | | | Add architecture flags when cmake invokes gcc manually. Add 32bit to Travis.
* Add hidapi to dependsTheCharlatan2018-09-251-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.
* A Travis to moneroTheCharlatan2018-09-221-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.
* README/Repo: remove Travis CIanonimal2016-10-311-120/+0
| | | | We use Buildbot now: https://build.getmonero.org/
* cmake: exclude tests from runningredfish2016-09-011-0/+3
| | | | Minimize special cases in cmake script, likely to be forgotten.
* cmake: option+target for profiling for coverageredfish2016-09-011-1/+1
|
* Merge pull request #994Riccardo Spagni2016-08-281-1/+1
|\ | | | | | | ff6b8f2 Build: move Travis IRC notification channel (anonimal)
| * Build: move Travis IRC notification channelanonimal2016-08-271-1/+1
| | | | | | | | | | This will allow people to have Travis push notifications for their repo without spamming the dev channel
* | Re-enable Travis IRC notificationsJacob Torrey2016-08-261-11/+10
| |
* | Silence coveralls to prevent 4MB logsJacob Torrey2016-08-261-1/+1
| | | | | | | | Signed-off-by: Jacob Torrey <discipleofranok@gmail.com>
* | Added -j2 to Makefile and clean up matrixJacob Torrey2016-08-261-7/+35
| | | | | | | | Signed-off-by: Jacob Torrey <discipleofranok@gmail.com>
* | Streamline test building targetJacob Torrey2016-08-261-1/+0
| | | | | | | | Signed-off-by: Jacob Torrey <discipleofranok@gmail.com>
* | Ensure tests are built prior to testingJacob Torrey2016-08-261-1/+1
| |
* | Update .travis.ymlJacob Torrey2016-08-261-0/+1
| |
* | Update for the current make environmentJacob Torrey2016-08-261-1/+1
| |
* | Fixed tab/space issue on YAMLJacob Torrey2016-08-261-36/+36
| | | | | | | | Signed-off-by: Jacob Torrey <torreyj@ainfosec.com>
* | Converted to a build matrix for testing and releaseJacob Torrey2016-08-261-42/+87
| | | | | | | | Signed-off-by: Jacob Torrey <torreyj@ainfosec.com>
* | Prep for coverallsJacob Torrey2016-08-261-1/+4
|/ | | | Signed-off-by: Jacob Torrey <torreyj@ainfosec.com>
* Build: use Boost 1.58 for Travis build. Refs #956anonimal2016-08-151-3/+7
|
* Build: take out tests in Travis CIanonimal2016-07-301-1/+1
|
* Build: add vanilla clang to Travis CIanonimal2016-07-291-0/+2
|
* Build: add make release-test to Travis CIanonimal2016-07-291-1/+1
|
* include result in the notifications templateRiccardo Spagni2016-07-231-1/+1
|
* only alert on IRC when the status changesRiccardo Spagni2016-07-231-0/+2
|
* add IRC notifications to travisRiccardo Spagni2016-07-201-0/+6
|
* Travis-CI: remote redundant make release-test.anonimal2016-07-131-1/+1
|
* Travis-CI: implement first-draft configuration.anonimal2016-07-121-0/+28