Codebase list ocproxy / e98ecc8
travis: Initial commit of .travis.yml for automated CI builds These show up at https://travis-ci.org/cernekee/ocproxy Signed-off-by: Kevin Cernekee <cernekee@gmail.com> Kevin Cernekee 9 years ago
1 changed file(s) with 24 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 language: c
1 compiler:
2 - gcc
3 - clang
4
5 notifications:
6 email:
7 on_success: change
8 on_failure: always
9
10 before_install:
11 - sudo apt-get update -qq
12 - sudo apt-get install -qq autoconf automake debhelper dh-autoreconf devscripts fakeroot git-core libevent-dev
13
14 script:
15 - ./autogen.sh &&
16 mkdir build &&
17 pushd build &&
18 ../configure &&
19 make &&
20 make dist &&
21 mv ocproxy*.tar.gz ../ &&
22 popd &&
23 ./build-debian.sh