[go: up one dir, main page]

Menu

[494eca]: / .travis.yml  Maximize  Restore  History

Download this file

31 lines (25 with data), 656 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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="