File: .travis.yml

package info (click to toggle)
libvsqlitepp 0.3.13-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 304 kB
  • ctags: 176
  • sloc: cpp: 765; makefile: 85; sh: 31
file content (22 lines) | stat: -rw-r--r-- 824 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: cpp
install: sudo apt-get install libboost-dev libsqlite3-dev
compiler:
  - gcc
# Change this to your needs
script: ./autogen.sh && ./configure && make

env:
  global:
   # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
   #   via the "travis encrypt" command using the project repo's public key
   - secure: "Uxoa7/n6oSuHp1hv6+VSqjwjkmRowFEIY/FgUvA27khM5XovqFPpO/NzeKmJEka7Dmg8VuwHbn5HzHMzEZmewyxTpXSBSpklJ1O0EyvNVvzp/Mc8xmOf03XAqN0vwcEggaaz0jJjUZrWdyJceA9QFBVlBpLJSF6mVcxgAqlGOM8="

addons:
  coverity_scan:
    project:
      name: "vinzenz/vsqlite--"
      description: "A welldesigned and portable SQLite3 Wrapper for C++"
    notification_email: evilissimo@gmail.com
    build_command_prepend: "./autogen.sh && ./configure"
    build_command: "make -j4"
    branch_pattern: coverity_scan