pytorch/scripts
Luke Yeager fda35fd19d TravisCI Overhaul
Summary:
Uncached build: https://travis-ci.org/lukeyeager/caffe2/builds/239677224
Cached build: https://travis-ci.org/lukeyeager/caffe2/builds/239686725

* Parallel builds everywhere
* All builds use CCache for quick build times (help from https://github.com/pytorch/pytorch/pull/614, https://github.com/ccache/ccache/pull/145)
* Run ctests when available (continuation of https://github.com/caffe2/caffe2/pull/550)
* Upgraded from cuDNN v5 to v6
* Fixed MKL build (by updating pkg version)
* Fixed android builds (b6f905a67b (commitcomment-22404119))

* ~~Building NNPACK fails with no discernible error message (currently disabled entirely)~~
* ~~Android builds continue to fail with existing error:~~
* ~~OSX builds time-out:~~

| Before | After | Changes |
| --- | --- | --- |
| COMPILER=g++ | linux | without CUDA |
| COMPILER=g++-5 | linux-gcc5 | without CUDA |
| COMPILER=g++ | linux-cuda | updated to cuDNN v6 |
| BLAS=MKL | linux-mkl | updated pkg version |
| BUILD_TARGET=android | linux-android | |
| COMPILER=clang++ | osx | |
| BUILD_TARGET=ios | osx-ios | |
| BUILD_TARGET=android | osx-android | |
| QUICKTEST | **GONE** | |
| COMPILER=g++-4.8 | **GONE** | |
| COMPILER=g++-4.9 | **GONE** | |
Closes https://github.com/caffe2/caffe2/pull/735

Reviewed By: Yangqing

Differential Revision: D5228966

Pulled By: bwasti

fbshipit-source-id: 6cfa6f5ff05fbd5c2078beea79564f1f3b9812fe
2017-06-16 10:18:05 -07:00
..
appveyor bugfix for Windows, esp. VS 2017 2017-03-21 05:17:59 -07:00
build_android.sh TravisCI Overhaul 2017-06-16 10:18:05 -07:00
build_host_protoc.bat bugfix for Windows, esp. VS 2017 2017-03-21 05:17:59 -07:00
build_host_protoc.sh Enable bitcode for iOS builds 2017-05-01 10:32:11 -07:00
build_ios.sh TravisCI Overhaul 2017-06-16 10:18:05 -07:00
build_local.sh Added local build and apple fix for generating .so files 2017-02-16 06:11:28 -08:00
build_raspbian.sh Added python-pip and python-numpy into build_raspbian.sh 2017-05-24 10:09:16 -07:00
build_tegra_x1.sh Add six to Tegra X1 install script 2017-04-19 11:02:23 -07:00
build_windows.bat Windows build for easier python usage 2017-03-24 11:33:27 -07:00
diagnose_protobuf.py Re-apply #266 2017-04-25 21:17:04 -07:00
get_python_cmake_flags.py Fix python support problems caused by building script errors. 2017-04-24 17:17:21 -07:00
start_ipython_notebook.sh Added local build and apple fix for generating .so files 2017-02-16 06:11:28 -08:00