Kaynağa Gözat

2nd try with coverity

Stasik0 11 yıl önce
ebeveyn
işleme
b958279334
1 değiştirilmiş dosya ile 5 ekleme ve 3 silme
  1. 5 3
      .travis.yml

+ 5 - 3
.travis.yml

@@ -1,4 +1,6 @@
 language: c
 language: c
+compiler:
+  - gcc
 
 
 env:
 env:
   global:
   global:
@@ -12,9 +14,9 @@ addons:
       name: "acplt/open62541"
       name: "acplt/open62541"
       description: "Open-source OPC UA"
       description: "Open-source OPC UA"
     notification_email: 
     notification_email: 
-    build_command_prepend: ./configure
+    build_command_prepend: "./configure"
-    build_command: make
+    build_command: "make"
-    branch_pattern: coverity_scan
+    branch_pattern: master
 
 
 before_install:
 before_install:
  - sudo apt-get update -qq
  - sudo apt-get update -qq