]> granicus.if.org Git - libatomic_ops/commitdiff
Travis CI: Avoid quotes in build_command; fix indent of notification_email
authorIvan Maidanski <ivmai@mail.ru>
Fri, 28 Apr 2017 07:38:54 +0000 (10:38 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 28 Apr 2017 07:38:54 +0000 (10:38 +0300)
(fix commits 18f1dddbd4257b)

.travis.yml

index f7bf993d6f7225396f2f6b080505ecbfdec7f69d..0269fd81062e302ee0fe3cdaf229370e300eebfe 100644 (file)
@@ -12,13 +12,12 @@ matrix:
       addons:
         coverity_scan:
           project:
-            description: The atomic_ops project
             name: ivmai/libatomic_ops
-            notification_email: ivmai@mail.ru
             version: 7.5.0
+          notification_email: ivmai@mail.ru
           branch_pattern: master
-          build_command_prepend: ./configure
-          build_command: make -j check CFLAGS_EXTRA="-D LINT2 -march=native"
+          build_command_prepend: CFLAGS=-march=native ./configure
+          build_command: make -j check CFLAGS_EXTRA=-DLINT2
     - os: linux
       compiler: clang
       env: