File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -362,8 +362,8 @@ install:
362
362
fi
363
363
export CMAKE_OPTIONS=${CMAKE_OPTIONS}" -DBOOST_ROOT=${DEPS_DIR}/boost"
364
364
elif [[ ${TRAVIS_OS_NAME} == "osx" && ${BOOST_VERSION} != "default" ]]; then
365
- if [ ! -f "/usr/local/Cellar/boost@${BOOST_VERSION}/cached" ]; then
366
365
brew uninstall boost --ignore-dependencies
366
+ if [ ! -f "/usr/local/Cellar/boost@${BOOST_VERSION}/cached" ]; then
367
367
travis_wait 50 brew install boost@${BOOST_VERSION} --cc=gcc-5
368
368
touch /usr/local/Cellar/boost@${BOOST_VERSION}/cached
369
369
else
@@ -437,7 +437,7 @@ script:
437
437
# ###########################################################################
438
438
# Build Boost.Compute tests, benchmarks and examples
439
439
# ###########################################################################
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
441
441
- clinfo
442
442
- mkdir build && cd build
443
443
# Combine global build options with OS/compiler-dependent options
You can’t perform that action at this time.
0 commit comments