Alexander Afanasyev | 15db772 | 2015-01-19 17:27:26 -0800 | [diff] [blame] | 1 | language: cpp |
| 2 | os: |
| 3 | - linux |
| 4 | compiler: |
| 5 | - gcc |
| 6 | notifications: |
| 7 | email: |
| 8 | on_success: always |
| 9 | on_failure: always |
| 10 | cache: |
| 11 | - ccache |
| 12 | env: |
| 13 | - NODE_LABELS="Linux Ubuntu Ubuntu-12.04" |
| 14 | before_install: |
| 15 | - travis_retry sudo apt-get install -qq ccache |
| 16 | script: |
| 17 | - | |
| 18 | git rm -qrf . |
| 19 | git clone --depth=1 https://github.com/cawka/ns-3-dev-ndnSIM.git ns-3 |
| 20 | git clone --depth=1 https://github.com/cawka/pybindgen.git pybindgen |
| 21 | mkdir -p ns-3/src/ndnSIM |
| 22 | mv .git ns-3/src/ndnSIM/ |
| 23 | (cd ns-3/src/ndnSIM/ && git reset -q && git checkout .) |
| 24 | - cd ns-3 |
| 25 | - export CXX="ccache $CXX" |
| 26 | - ./src/ndnSIM/.jenkins |