Mercurial > hg > orthanc
changeset 3296:c2bc67073156
travis
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 22 Feb 2019 13:59:33 +0100 |
parents | 1b57023af28f |
children | bf77dbfe43b2 |
files | .travis.yml |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Fri Feb 22 12:51:18 2019 +0100 +++ b/.travis.yml Fri Feb 22 13:59:33 2019 +0100 @@ -57,7 +57,8 @@ -DBOOST_LOCALE_BACKEND=icu ..; fi -script: make && if [ $TRAVIS_MINGW == OFF ]; then ./UnitTests; fi +# Old releases of MinGW are not compatible with GoogleTest 1.8.1 +script: make Orthanc ServeFolders ModalityWorklists && if [ $TRAVIS_MINGW == OFF ]; then make UnitTests && ./UnitTests; fi #script: cp ../README Orthanc #deploy: