Skip to content

Commit

Permalink
Try to diagnose OpenCL problems in MacOS
Browse files Browse the repository at this point in the history
Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
  • Loading branch information
rtobar committed Jan 8, 2021
1 parent 3208aef commit 4938d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -94,7 +94,7 @@ script:
- cd ${TRAVIS_BUILD_DIR}/build
- $MAKE_ALL
- make install
- PROFIT_HOME=testing-home make CTEST_OUTPUT_ON_FAILURE=1 test
- PROFIT_HOME=testing-home CL_LOG_ERRORS="stdout" make CTEST_OUTPUT_ON_FAILURE=1 test

after_success:
- cd ${TRAVIS_BUILD_DIR}
Expand Down

0 comments on commit 4938d82

Please sign in to comment.