summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 03d78816e380162819c99c6ba56af051ccda58d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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: ""

os:
  - linux
  - osx

before_install: ./scripts/setup-travis.sh

language: c
compiler:
  - gcc
  - clang
script: mkdir build && cd build && cmake .. && make && make test

addons:
  coverity_scan:
    project:
      name: "libical/libical"
      description: "Libical is an Open Source implementation of the iCalendar protocols and protocol data units."
    notification_email: allen.winter@kdab.com
    build_command_prepend: mkdir build && cd build && cmake ..
    build_command: make
    branch_pattern: coverity_scan