comparison .travis.yml @ 1266:a128349e25f0

travis
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 Jan 2015 16:36:32 +0100
parents 3e4b1b93917f
children 32245a78d3f9
comparison
equal deleted inserted replaced
1265:3e4b1b93917f 1266:a128349e25f0
7 compiler: 7 compiler:
8 - gcc 8 - gcc
9 - clang 9 - clang
10 10
11 os: 11 os:
12 # - osx 12 - osx
13 - linux 13 - linux
14 14
15 osx_image: xcode61 15 osx_image: xcode61
16 16
17 matrix: 17 matrix:
61 - 'Build/UnitTests' 61 - 'Build/UnitTests'
62 - 'BuildMinGW32/Orthanc.exe' 62 - 'BuildMinGW32/Orthanc.exe'
63 - 'BuildMinGW32/UnitTests.exe' 63 - 'BuildMinGW32/UnitTests.exe'
64 skip_cleanup: true 64 skip_cleanup: true
65 on: 65 on:
66 tags: true
67 all_branches: true 66 all_branches: true