Annotation of embedaddon/pimd/.travis.yml, revision 1.1.1.1
1.1 misho 1: # Travis CI integration
2: sudo: false
3: language: c
4: compiler:
5: - gcc
6:
7: env:
8: global:
9: # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
10: # via the "travis encrypt" command using the project repo's public key
11: - secure: "OAx9MdLgm+ZpCo/h65praDhKl35RgHEQRFR1qa5fLFrVxqFIusXFl4/A+xSpY+EYcmN0Vcsn5Z79dy3DqK6Njbt14s56NH1mvuDw7SxkFDijwZkJTmgjgCiDM+Hn3Vwjk9WYX0PNifX8Mcm0Zp9sci/koW523ltJdWC7ULvFzK8="
12:
13: addons:
14: coverity_scan:
15: project:
16: name: "troglobit/pimd"
17: description: "pimd | The Original PIM-SM Daemon"
18: notification_email: troglobit@gmail.com
19: build_command_prepend: "./configure"
20: build_command: "make"
21: branch_pattern: dev
22:
23: script: ./configure && make
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>