]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
travis: Only use GCC for crypto plugin tests
authorTobias Brunner <tobias@strongswan.org>
Thu, 22 Nov 2018 17:30:46 +0000 (18:30 +0100)
committerTobias Brunner <tobias@strongswan.org>
Fri, 30 Nov 2018 14:57:35 +0000 (15:57 +0100)
They are already build-tested with Clang via "all" and others.

.travis.yml

index 98804f2c600b44cc29c40a9a5ceba4478562a424..84ff11482235c2c3c09f70c4592974d009b1594c 100644 (file)
@@ -78,22 +78,11 @@ matrix:
     - env: TEST=printf-builtin LEAK_DETECTIVE=yes
     - env: TEST=printf-builtin LEAK_DETECTIVE=yes
       compiler: clang
+    # the crypto plugins are build-tested with clang via "all" above
     - env: TEST=botan
-    - env: TEST=botan
-      compiler: clang
-    - env: TEST=botan LEAK_DETECTIVE=yes
     - env: TEST=botan LEAK_DETECTIVE=yes
-      compiler: clang
-    - env: TEST=openssl
     - env: TEST=openssl
-      compiler: clang
     - env: TEST=openssl LEAK_DETECTIVE=yes
-    - env: TEST=openssl LEAK_DETECTIVE=yes
-      compiler: clang
-    - env: TEST=gcrypt
     - env: TEST=gcrypt
-      compiler: clang
-    - env: TEST=gcrypt LEAK_DETECTIVE=yes
     - env: TEST=gcrypt LEAK_DETECTIVE=yes
-      compiler: clang
     - env: TEST=apidoc