mirror of
https://github.com/boostorg/predef.git
synced 2025-07-30 19:57:14 +02:00
Add Travis CI config.
This commit is contained in:
32
.travis.yml
Normal file
32
.travis.yml
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
language: cpp
|
||||||
|
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
- clang
|
||||||
|
|
||||||
|
install:
|
||||||
|
- wget "https://github.com/boostorg/build/archive/develop.tar.gz"
|
||||||
|
- tar -xzvf develop.tar.gz
|
||||||
|
- cd build-develop && ./bootstrap && sudo ./b2 install --prefix=/usr
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- echo 'project ROOT : : : build-dir bin ;' > jamroot.jam
|
||||||
|
|
||||||
|
script:
|
||||||
|
- cd test && b2 -a --verbose-test
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- develop
|
||||||
|
- master
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email: false
|
||||||
|
irc:
|
||||||
|
channels:
|
||||||
|
- "chat.freenode.net#boost"
|
||||||
|
template:
|
||||||
|
- "%{repository}/%{branch} (%{commit} - %{author}): %{build_url}: %{message}"
|
||||||
|
|
||||||
|
os:
|
||||||
|
- linux
|
Reference in New Issue
Block a user