Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-18 | build: protobuf dependency fixes, libusb build | Dusan Klinec | 1 | -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-18 | Remove Travis check in depends toolchain file | TheCharlatan | 1 | -1/+1 | |
The architecture for darwin is now detected correctly, remove the override for it. | |||||
2018-10-13 | build: use ARCH 'native' by default, allow to configure and override it | xiphon | 1 | -1/+1 | |
2018-09-29 | Fix 32bit depends builds | TheCharlatan | 1 | -0/+2 | |
Add architecture flags when cmake invokes gcc manually. Add 32bit to Travis. | |||||
2018-09-25 | Add hidapi to depends | TheCharlatan | 1 | -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-22 | A Travis to monero | TheCharlatan | 1 | -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-31 | README/Repo: remove Travis CI | anonimal | 1 | -120/+0 | |
We use Buildbot now: https://build.getmonero.org/ | |||||
2016-09-01 | cmake: exclude tests from running | redfish | 1 | -0/+3 | |
Minimize special cases in cmake script, likely to be forgotten. | |||||
2016-09-01 | cmake: option+target for profiling for coverage | redfish | 1 | -1/+1 | |
2016-08-28 | Merge pull request #994 | Riccardo Spagni | 1 | -1/+1 | |
ff6b8f2 Build: move Travis IRC notification channel (anonimal) | |||||
2016-08-27 | Build: move Travis IRC notification channel | anonimal | 1 | -1/+1 | |
This will allow people to have Travis push notifications for their repo without spamming the dev channel | |||||
2016-08-26 | Re-enable Travis IRC notifications | Jacob Torrey | 1 | -11/+10 | |
2016-08-26 | Silence coveralls to prevent 4MB logs | Jacob Torrey | 1 | -1/+1 | |
Signed-off-by: Jacob Torrey <discipleofranok@gmail.com> | |||||
2016-08-26 | Added -j2 to Makefile and clean up matrix | Jacob Torrey | 1 | -7/+35 | |
Signed-off-by: Jacob Torrey <discipleofranok@gmail.com> | |||||
2016-08-26 | Streamline test building target | Jacob Torrey | 1 | -1/+0 | |
Signed-off-by: Jacob Torrey <discipleofranok@gmail.com> | |||||
2016-08-26 | Ensure tests are built prior to testing | Jacob Torrey | 1 | -1/+1 | |
2016-08-26 | Update .travis.yml | Jacob Torrey | 1 | -0/+1 | |
2016-08-26 | Update for the current make environment | Jacob Torrey | 1 | -1/+1 | |
2016-08-26 | Fixed tab/space issue on YAML | Jacob Torrey | 1 | -36/+36 | |
Signed-off-by: Jacob Torrey <torreyj@ainfosec.com> | |||||
2016-08-26 | Converted to a build matrix for testing and release | Jacob Torrey | 1 | -42/+87 | |
Signed-off-by: Jacob Torrey <torreyj@ainfosec.com> | |||||
2016-08-26 | Prep for coveralls | Jacob Torrey | 1 | -1/+4 | |
Signed-off-by: Jacob Torrey <torreyj@ainfosec.com> | |||||
2016-08-15 | Build: use Boost 1.58 for Travis build. Refs #956 | anonimal | 1 | -3/+7 | |
2016-07-30 | Build: take out tests in Travis CI | anonimal | 1 | -1/+1 | |
2016-07-29 | Build: add vanilla clang to Travis CI | anonimal | 1 | -0/+2 | |
2016-07-29 | Build: add make release-test to Travis CI | anonimal | 1 | -1/+1 | |
2016-07-23 | include result in the notifications template | Riccardo Spagni | 1 | -1/+1 | |
2016-07-23 | only alert on IRC when the status changes | Riccardo Spagni | 1 | -0/+2 | |
2016-07-20 | add IRC notifications to travis | Riccardo Spagni | 1 | -0/+6 | |
2016-07-13 | Travis-CI: remote redundant make release-test. | anonimal | 1 | -1/+1 | |
2016-07-12 | Travis-CI: implement first-draft configuration. | anonimal | 1 | -0/+28 | |