Home | History | Annotate | Download | only in fmtlib
      1 language: cpp
      2 sudo: required # the doc target uses sudo to install dependencies
      3 
      4 os:
      5   - linux
      6   - osx
      7 
      8 env:
      9   global:
     10     - secure: |-
     11         Gsnp9ERFnXt+diCfc7Vb72g+7HDn1MCHvw4zfUDdoBh9bxxFlLQRlzZZfwWhzni57lflrt
     12         0QHXafu+oBVOJuNv6WauV3+ZyuWIQRmNGjZFNLvZsXHK/dyad2vGQBPvEkb+8l/aCyTpbr
     13         6pxmyzLHSn1ZR7OX5rfPvwM3tOyZ3H0=
     14   matrix:
     15     - BUILD=Doc
     16     - BUILD=Debug STANDARD=0x
     17     - BUILD=Release STANDARD=98
     18     - BUILD=Release STANDARD=0x
     19 
     20 matrix:
     21   exclude:
     22     - os: osx
     23       env: BUILD=Doc
     24 
     25 addons:
     26   apt:
     27     sources:
     28       - kubuntu-backports # cmake 2.8.12
     29     packages:
     30       - cmake
     31 
     32 script:
     33   - support/travis-build.py
     34