You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo Disabling tests on appveyor with config == %CMAKE_CONFIG%
setRUN_TESTS=0
)
:: Disable linting with python 3 until we find why the script fails
if!PYTHON_VERSION!GTR3 (
setRUN_LINT=0
)
) else (
:: Change the settings here to match your setup
:: Change MSVC_VERSION to 12 to use VS 2013
ifNOTDEFINED MSVC_VERSION setMSVC_VERSION=14
:: Change to 1 to use Ninja generator (builds much faster)
ifNOTDEFINED WITH_NINJA setWITH_NINJA=0
:: Change to 1 to build caffe without CUDA support
ifNOTDEFINED CPU_ONLY setCPU_ONLY=0
:: Change to generate CUDA code for one of the following GPU architectures
:: [Fermi Kepler Maxwell Pascal All]
ifNOTDEFINED CUDA_ARCH_NAME setCUDA_ARCH_NAME=All
:: Change to Debug to build Debug. This is only relevant for the Ninja generator the Visual Studio generator will generate both Debug and Release configs