mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Looking at using hipchat instead of emails for notifications, tested on personal branch. Benefits: if it works out then we can all get notifications without putting out email into Travis.yml
31 lines
656 B
YAML
31 lines
656 B
YAML
language: c++
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
|
|
before_install:
|
|
- sudo apt-get install -qq python-numpy
|
|
|
|
before_script:
|
|
- gcc -v
|
|
- mkdir build
|
|
- cd build
|
|
- cmake .. -DCOOLPROP_TESTING=ON -DCMAKE_BUILD_TYPE=Debug
|
|
- make
|
|
|
|
script:
|
|
- pwd
|
|
- cd $TRAVIS_BUILD_DIR/build
|
|
- ctest -VV
|
|
|
|
notifications:
|
|
email:
|
|
recipients:
|
|
- rodney.persky@gmail.com
|
|
on_success: never # default: change
|
|
on_failure: always # default: always
|
|
|
|
hipchat:
|
|
rooms:
|
|
secure: "lc/2cWDFWpJ39ziUg406nHf+FZAt9bOBsBvsxpdfljs/llZeApi3lm+V9muoNJ76sBv5MGFNWsG2lotQi0XdxSplMsueS2yKnwtCesB4uGTj9w8I9C0NtE2NGc3sgZUD2WG+LSqLCKxlzonigw3aE0Kg5SFD9+M9dtzswU03Ujg="
|