summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Expand)AuthorFilesLines
2016-07-15Stop setting cache timeout in TravisCILuke Yeager1-1/+0
2016-06-01Cache protobuf3 build in TravisCILuke Yeager1-0/+3
2016-05-24Overhaul TravisCILuke Yeager1-24/+34
2015-09-17Separate IO dependenciesTea1-5/+6
2015-07-20Travis scripts for python3 and pytest for cmake. Also fixes CUDA CMake build ...philkr1-3/+10
2015-01-06[travis] run pytestJonathan L Long1-1/+2
2014-09-11restore "red X" build failures in TravisJeff Donahue1-6/+3
2014-08-17Travis build matrix to do parallel builds for make and CMake; CUDA-lessJeff Donahue1-57/+15
2014-08-17.travis.yml and .gitignore: various minor cleanupJeff Donahue1-22/+22
2014-08-17Reduce packagesbhack1-1/+1
2014-08-17Add ppa for CMake for fix 32bit precompiled cmake on 64bitbhack1-5/+3
2014-08-17added gflags + bugfixes + rebase on bvlc/caffeAdam Kosiorek1-7/+2
2014-08-17Added lint targetAdam Kosiorek1-0/+1
2014-08-17added proper 'runtest' targetAdam Kosiorek1-1/+1
2014-08-17Examples_SOURCE_DIR cmake variable bugfixAdam Kosiorek1-5/+6
2014-08-17enable both GPU and CPU builds + testing in travisAdam Kosiorek1-1/+8
2014-08-17restoring travis.ymlAdam Kosiorek1-19/+13
2014-08-17cmake from binariesAdam Kosiorek1-0/+5
2014-08-17cmake build configuration for travis-ciAdam Kosiorek1-14/+33
2014-07-27Only install the minimal CUDA subpackages necessary for building.Jeff Donahue1-1/+8
2014-07-24Merge pull request #776 from Yangqing/sweepYangqing Jia1-0/+1
2014-07-24travis: gflags still needs -fPIC, otherwise it makes caffe cry.Yangqing Jia1-1/+1
2014-07-24I am really bad at debugging travis.Yangqing Jia1-1/+1
2014-07-24turns out that glog does not compile with gflags 2.1 - compiling glog first a...Yangqing Jia1-3/+1
2014-07-24travis - does adding cflags help? want to keep minimal invasion into gflags i...Yangqing Jia1-0/+2
2014-07-24travisYangqing Jia1-0/+1
2014-07-18Travis builds pycaffeJonathan L Long1-1/+2
2014-07-17check CPU-only everything, CPU + GPU build with travisEvan Shelhamer1-1/+8
2014-07-17switch travis build to CPU-only flag, drop runtestnogpu targetEvan Shelhamer1-1/+2
2014-07-17collect CUDA includes and calls, separate from CPU-only mode, leave outEvan Shelhamer1-3/+1
2014-07-14Add blank lines between fields for readability.Jeff Donahue1-0/+8
2014-07-14Run Travis build on all branches (remove whitelist from .travis.yml).Jeff Donahue1-5/+0
2014-07-14Add --keep-going flag to first make so that any targets that can beJeff Donahue1-5/+5
2014-07-14@jeffdonahue's tweaks to .travis.yml config:Jeff Donahue1-16/+28
2014-07-14@huyng's .travis.yml integration configuration file to install and test Caffe.huy1-0/+41