]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/.travis.yml
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / tools / build / .travis.yml
1 sudo: false
2 os:
3 - linux
4 env:
5 - TOOLSET=gcc TEST_ALL_EXTRAS=
6 # - TOOLSET=gcc TEST_ALL_EXTRAS=--extras
7 - TOOLSET=clang TEST_ALL_EXTRAS=
8 # - TOOLSET=clang TEST_ALL_EXTRAS=--extras
9 language: python
10 python:
11 - 2.7
12 - 2.6
13 script:
14 - ./bootstrap.sh --with-toolset=${TOOLSET}
15 - cd test && python test_all.py ${TOOLSET} ${TEST_ALL_EXTRAS}