summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* use travis homebrew addon for reliabilityStephen2019-01-081-4/+3
| | | | | | Closes #513 Signed-off-by: Nathan Hjelm <hjelmn@me.com>
* Move to brew bundleStephen2018-07-091-3/+2
| | | | improved dependency management with brew bundle
* travis: do not use parallel compilationsLudovic Rousseau2017-01-041-2/+2
| | | | | The goal is not to be fast but to get a clean log with not mixed messages between 2 compilations executed at the same time.
* travis: make clean before buildingLudovic Rousseau2017-01-041-2/+2
| | | | | | | | | Call "make clean" to be sure the compilation will be done even if some files were already compiled. The problem was that the travis script does a double ./configure + build on Linux. The second build just did nothing since the files were already compiled.
* fix travis matrix buildNathan Hjelm2016-10-011-11/+25
| | | | Signed-off-by: Nathan Hjelm <hjelmn@me.com>
* try to get travis building with multiple macOS versionsNathan Hjelm2016-10-011-7/+12
| | | | Signed-off-by: Nathan Hjelm <hjelmn@me.com>
* travis osx fixNathan Hjelm2016-10-011-0/+3
| | | | Signed-off-by: Nathan Hjelm <hjelmn@me.com>
* configure: bump autoconf version and remove obsolete AM_MAINTAINER_MODENathan Hjelm2016-03-111-0/+2
| | | | | | | | | | | | This commit bumps the minimum autoconf version to 2.69. This only affects maintainers and will ensure libusb tarballs have up-to-date configure scripts. At the same time we are removing the AM_MAINTAINER_MODE macro as even its creator recommends against using it. Closes #122 Signed-off-by: Nathan Hjelm <hjelmn@me.com>
* travis-CI: fails compilation on warningLudovic Rousseau2016-03-021-1/+1
| | | | | The travis-autogen.sh script enable some extra warnings not used by default. The idea is to detect problem as early as possible.
* travis: one more fix. need packages under aptNathan Hjelm2016-02-251-7/+8
| | | | Signed-off-by: Nathan Hjelm <hjelmn@me.com>
* travis: sources line is neededNathan Hjelm2016-02-251-0/+2
| | | | Signed-off-by: Nathan Hjelm <hjelmn@me.com>
* travis: bah. remove tabsNathan Hjelm2016-02-251-4/+4
| | | | Signed-off-by: Nathan Hjelm <hjelmn@me.com>
* travis: use addons to install packagesNathan Hjelm2016-02-251-2/+8
| | | | Signed-off-by: Nathan Hjelm <hjelmn@me.com>
* travis: test xcode projectNathan Hjelm2016-02-251-0/+1
| | | | Signed-off-by: Nathan Hjelm <hjelmn@me.com>
* travis: Add sudo to apt-get commandsChris Dickens2016-02-251-1/+1
| | | | Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
* travis: Update config fileChris Dickens2016-02-251-5/+4
| | | | | | | Use 'script' instead of 'install' to specify build command. Add linux build option with udev disabled. Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
* travis: fix typoNathan Hjelm2016-02-251-1/+1
| | | | Signed-off-by: Nathan Hjelm <hjelmn@me.com>
* travis: ensure udev is installedNathan Hjelm2016-02-251-0/+4
| | | | Signed-off-by: Nathan Hjelm <hjelmn@me.com>
* Add Travis CI configurationNathan Hjelm2016-02-251-0/+14
Signed-off-by: Nathan Hjelm <hjelmn@me.com>