We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12ec8a commit da32cfeCopy full SHA for da32cfe
.travis.yml
@@ -437,7 +437,7 @@ script:
437
############################################################################
438
# Build Boost.Compute tests, benchmarks and examples
439
440
- - wmic cpu list config
+ - if [[ ${TRAVIS_OS_NAME} == "windows" ]]; then wmic cpu list config > something.txt && cat something.txt; fi
441
- clinfo
442
- mkdir build && cd build
443
# Combine global build options with OS/compiler-dependent options
0 commit comments