Browse Source

adding coverity

Stasik0 11 years ago
parent
commit
e5d3d60af8
1 changed files with 17 additions and 0 deletions
  1. 17 0
      .travis.yml

+ 17 - 0
.travis.yml

@@ -1,4 +1,21 @@
 language: c
+
+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: "daDBy/1RrqpWonB1RnRlrKSFUsiG4dOPWwBz/2bnhtiULD0Ghf9yvMpN0Ji2ofXyiPQvmf6LO6pCkKtWjvMgUKNzMl7svooXi5xxwSNcpXphoSzI88wpB9ANjzOC4ZrLzQHteodeVsiYr2j7TGaVenRpZRH5SuZjSzSqLnFR6Og="
+
+addons:
+  coverity_scan:
+    project:
+      name: "acplt/open62541"
+      description: "Open-source OPC UA"
+    notification_email: 
+    build_command_prepend: ./configure
+    build_command: make
+    branch_pattern: coverity_scan
+
 before_install:
  - sudo apt-get update -qq
  - sudo apt-get install -qq build-essential subversion git autoconf libtool texinfo python-lxml valgrind