]> git.ipfire.org Git - thirdparty/strongswan.git/blobdiff - .travis.yml
nm: Update NEWS for next release
[thirdparty/strongswan.git] / .travis.yml
index 3e448c9d9f83deba9aa0a4bca3b1b3c5f0106dad..c827f02175357ef186236465f9531cf48a72d236 100644 (file)
@@ -1,6 +1,6 @@
 language: c
 
-sudo: required
+os: linux
 dist: bionic
 
 # don't build tags separately
@@ -35,12 +35,15 @@ env:
     - LEAK_DETECTIVE=no
     - MONOLITHIC=no
 
-matrix:
+jobs:
   include:
     - env: TEST=sonarcloud
       if: type = push AND env(SONAR_TOKEN) IS present
       git:
         depth: false
+      cache:
+        directories:
+          - $HOME/.sonar-cache
       addons:
         sonarcloud:
           organization: "strongswan"
@@ -93,6 +96,8 @@ matrix:
     - env: TEST=printf-builtin LEAK_DETECTIVE=yes
     - env: TEST=printf-builtin LEAK_DETECTIVE=yes
       compiler: clang
+    - env: TEST=nm
+    - env: TEST=nm-no-glib
     # the crypto plugins are build-tested with clang via "all" above
     - env: TEST=botan
     - env: TEST=botan LEAK_DETECTIVE=yes