aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)AuthorFilesLines
2019-09-30Fix filterdiff line.Tim Newsome1-1/+1
We don't want to enforce code style on libjaylink, which in mainline is a subrepository. Change-Id: Ic72dff4b56f5781dd1ba94519eb4b067903ceaae
2018-11-05Install patchutils for the build. (#321)Tim Newsome1-4/+12
* Install patchutils for the build. This contains filterdiff, which we need to check that our changes conform to OpenOCD style. Change-Id: Id522f4e62fee3efad4e0e00933abfeada9635624 * Fix paths for filterdiff line. Change-Id: Ic50e13c7fe64e65b2d2af0260fb19c07a9f10e20 * Conform to OpenOCD style. Change-Id: I51660d30404c0a625b58c9bed2d948695575e72e
2018-08-30Exclude submodules from code style check.Tim Newsome1-1/+3
2018-04-20Re-enable style check.Tim Newsome1-1/+1
Tell git to give us 20 lines of context, which hopefully is enough to deal with some spurious warnings. Change-Id: I97cb572f7b89ff305f46290d20ed0b4674af1f5b
2018-04-20Disable style check for now.Tim Newsome1-1/+1
Fixes #242 Change-Id: I4d151350bf26bd3ea7733cb5247e4990fb487194
2018-04-18Enforce OpenOCD style guide. (#239)Tim Newsome1-0/+6
* Enforce OpenOCD style guide. Change-Id: I579a9f54ed22a774bf52f6aa5bc13bcbd2e82cd8 * Fail if `git diff` fails Change-Id: I57256b0a24247f6123cb0e25a89c1b59867cb3f9 * Maybe every line gets its own shell? Change-Id: I1a6f83e9f3d7cfd39f8933f0dba13c3cf76f71f6 * Maybe this will error properly. Change-Id: I50803cfc229e61158569fb6b609195f7191ecac9 * Take different approach than merge-base Change-Id: I345cbc4eecc4755c7127e8e36e403f7b727010b1 * Fix style issues. Change-Id: I90e71f710858524812d0ab160b25c486b7b099e7
2018-02-19Add a build with --disable_target64Tim Newsome1-0/+1
Change-Id: Ibe52a678ab7b8145ffaa54dce38149aa95bdb48c
2017-12-26Conform to OpenOCD style guide.Tim Newsome1-2/+2
Change-Id: I2b23ac79639ed40e9d59db5c52ea2196df0349bc
2017-12-14Add win32 build to travis.Tim Newsome1-6/+27
Change-Id: I8ce62ff321c6f3627d42fff13236f7fc9440d429
2017-10-31Build OpenOCD the way we expect users to build it.Tim Newsome1-1/+1
Change-Id: I3769137bc3109b44da76f2ca689d351bb93e7832
2017-09-18Another try at 32/64 gcc/clangTim Newsome1-3/+14
2017-09-18Remove osx, do 32/64 gcc/clang.Tim Newsome1-5/+3
2017-09-18Try clang build.Tim Newsome1-0/+3
Travis takes a long time to start OSX builds.
2017-09-18Try OSX build.Tim Newsome1-0/+2
2017-07-06Build 32- and 64-bit binaries with Travis.Tim Newsome1-0/+13
2017-07-05Perform regular build with travis.Tim Newsome1-0/+5