From 3c92ce73f2eac87ab12b500341a6eba15bc5828d Mon Sep 17 00:00:00 2001 From: Alan Garny Date: Mon, 19 Jun 2017 17:53:17 +0200 Subject: [PATCH] Travis CI: trying to understand why our tests now fail on macOS. --- .travis.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cc852c4e41..c1a5c4838d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ sudo: required dist: trusty os: - - linux -# - osx +# - linux + - osx env: - CONFIG=Release @@ -48,6 +48,11 @@ script: fi && make -j 3 && cd .. + && build/OpenCOR.app/Contents/MacOS/OpenCOR -a + && build/OpenCOR.app/Contents/MacOS/OpenCOR -h + && build/OpenCOR.app/Contents/MacOS/OpenCOR -p + && build/OpenCOR.app/Contents/MacOS/OpenCOR -s + && build/OpenCOR.app/Contents/MacOS/OpenCOR -v && if [ "${TRAVIS_OS_NAME}" = "linux" ]; then build/bin/runtests ;