| - travis_retry sudo add-apt-repository -y ppa:named-data/ppa |
| - travis_retry sudo apt-get update |
| - travis_retry sudo apt-get install -qq ndnx-dev |
| - travis_retry sudo apt-get install -qq libboost1.48-all-dev |
| - travis_retry sudo apt-get install -qq libcrypto++-dev |
| - travis_retry sudo apt-get install -qq libsqlite3-dev |
| - travis_retry git clone git://github.com/named-data/ndn-cpp-dev ndn-cpp |
| - ndnsec-keygen /tmp/key | ndnsec-install-cert - |
| - ./waf configure --with-tests |
| # Tutorial for setting up notifications: |
| # http://docs.travis-ci.com/user/notifications/ |
| # Here's a simple example for email notifications: |
| # on_success: [always|never|change] # default: change |
| # on_failure: [always|never|change] # default: always |
| # There are also other types of notifications available, including: |
| # IRC, Campfire, Flowdock, HipChat, and Webhook. |
| # For more infomation about notifications, please visit the link above. |