blob: ebfe01aa2ae98bd8f51fc458c8dc4f954f7bcce4 [file] [log] [blame]
Alexander Afanasyev15db7722015-01-19 17:27:26 -08001language: cpp
2os:
3 - linux
4compiler:
5 - gcc
6notifications:
7 email:
8 on_success: always
9 on_failure: always
10cache:
11 - ccache
12env:
13 - NODE_LABELS="Linux Ubuntu Ubuntu-12.04"
14before_install:
15 - travis_retry sudo apt-get install -qq ccache
16script:
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