Граф коммитов

9 Коммитов

Автор SHA1 Сообщение Дата
Jonathan L Long e8b23c47a9 Travis builds pycaffe 2014-07-18 16:26:46 -07:00
Evan Shelhamer f9f65e50dd check CPU-only everything, CPU + GPU build with travis 2014-07-17 11:58:01 +02:00
Evan Shelhamer 79a769c584 switch travis build to CPU-only flag, drop runtestnogpu target 2014-07-17 11:57:56 +02:00
Evan Shelhamer e52d91ea33 collect CUDA includes and calls, separate from CPU-only mode, leave out
- collect CUDA includes in device_alternate.hpp
- add guards for CUDA code
- move GPU code into cu from cpp
- make CUDA includes and libraries conditional in Makefile
- drop CUDA dependency from travis-ci build
2014-07-17 11:57:47 +02:00
Jeff Donahue 97d6ccfda5 Add blank lines between fields for readability. 2014-07-14 13:46:09 -07:00
Jeff Donahue 89159f395c Run Travis build on all branches (remove whitelist from .travis.yml). 2014-07-14 13:37:13 -07:00
Jeff Donahue 9045fd20ee Add --keep-going flag to first make so that any targets that can be
built are built; write out full -j flag as --jobs for clarity.
2014-07-14 13:31:13 -07:00
Jeff Donahue 89d50ca207 @jeffdonahue's tweaks to .travis.yml config:
-Add (CPU-only) test, lint, warn and parallel (-j 4) to travis CI build.
-Add /usr/local/lib to travis config (seems needed for LMDB).
-Put export in "before_script"; disable clang build -- doesn't work on Linux.
-Cache Ubuntu apt packages.
-Install bc package to hopefully suppress "bc: not found" errors
-Get apt packages before_install as suggested by Travis official docs
-Remove specified email address and IRC notifications (emails are sent
to the committer by default; others can view build results in public
Travis feed, on pull requests, etc.).
2014-07-14 02:18:16 -07:00
huy 00a8f3af82 @huyng's .travis.yml integration configuration file to install and test Caffe. 2014-07-14 02:18:16 -07:00