File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -362,8 +362,8 @@ install:
362362 fi
363363 export CMAKE_OPTIONS=${CMAKE_OPTIONS}" -DBOOST_ROOT=${DEPS_DIR}/boost"
364364 elif [[ ${TRAVIS_OS_NAME} == "osx" && ${BOOST_VERSION} != "default" ]]; then
365- if [ ! -f "/usr/local/Cellar/boost@${BOOST_VERSION}/cached" ]; then
366365 brew uninstall boost --ignore-dependencies
366+ if [ ! -f "/usr/local/Cellar/boost@${BOOST_VERSION}/cached" ]; then
367367 travis_wait 50 brew install boost@${BOOST_VERSION} --cc=gcc-5
368368 touch /usr/local/Cellar/boost@${BOOST_VERSION}/cached
369369 else
@@ -437,7 +437,7 @@ script:
437437 # ###########################################################################
438438 # Build Boost.Compute tests, benchmarks and examples
439439 # ###########################################################################
440- - if [[ ${TRAVIS_OS_NAME} == "windows" ]]; then wmic cpu list config > something.txt && cat something.txt ; fi
440+ - if [[ ${TRAVIS_OS_NAME} == "windows" ]]; then wmic cpu list full ; fi
441441 - clinfo
442442 - mkdir build && cd build
443443 # Combine global build options with OS/compiler-dependent options
You can’t perform that action at this time.
0 commit comments