]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/tools/build/.travis.yml
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / tools / build / .travis.yml
CommitLineData
7c673cae
FG
1sudo: false
2os:
3 - linux
4env:
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
9language: python
10python:
11 - 2.7
12 - 2.6
13script:
14 - ./bootstrap.sh --with-toolset=${TOOLSET}
15 - cd test && python test_all.py ${TOOLSET} ${TEST_ALL_EXTRAS}