mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-24 13:28:01 -05:00
Delete .travis.yml
as per #73 travis is being removed for now, might be back later if anyone knows how to make best use of the resouce
This commit is contained in:
30
.travis.yml
30
.travis.yml
@@ -1,30 +0,0 @@
|
||||
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="
|
||||
Reference in New Issue
Block a user