Mercurial > hg > orthanc
comparison .travis.yml @ 2350:49152eef696f
travis: fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 18 Jul 2017 07:26:04 +0200 |
parents | a337adb29187 |
children | 741765ec8374 |
comparison
equal
deleted
inserted
replaced
2349:a337adb29187 | 2350:49152eef696f |
---|---|
34 # For DCMTK 3.6.2 - Can't make it compile in static mode with MinGW32 on the | 34 # For DCMTK 3.6.2 - Can't make it compile in static mode with MinGW32 on the |
35 # Ubuntu Precise (12.04) that is used by Travis: | 35 # Ubuntu Precise (12.04) that is used by Travis: |
36 # - if [ $TRAVIS_OS_NAME == linux -a $TRAVIS_MINGW == ON ]; then sudo apt-get install mingw-w64 gcc-mingw-w64-i686 g++-mingw-w64-i686 wine; fi | 36 # - if [ $TRAVIS_OS_NAME == linux -a $TRAVIS_MINGW == ON ]; then sudo apt-get install mingw-w64 gcc-mingw-w64-i686 g++-mingw-w64-i686 wine; fi |
37 | 37 |
38 # For DCMTK 3.6.0: | 38 # For DCMTK 3.6.0: |
39 - if [ $TRAVIS_OS_NAME == linux -a $TRAVIS_MINGW == ON ]; then sudo apt-get install mingw; fi | 39 - if [ $TRAVIS_OS_NAME == linux -a $TRAVIS_MINGW == ON ]; then sudo apt-get install mingw32; fi |
40 | 40 |
41 before_script: | 41 before_script: |
42 - mkdir Build | 42 - mkdir Build |
43 - cd Build | 43 - cd Build |
44 - if [ $TRAVIS_OS_NAME == linux -a $TRAVIS_MINGW == OFF ]; then cmake | 44 - if [ $TRAVIS_OS_NAME == linux -a $TRAVIS_MINGW == OFF ]; then cmake |