]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - .travis.yml
namespace: implicitly adds DeviceAllow= when RootImage= is set
[thirdparty/systemd.git] / .travis.yml
index 3d23d5fd7c924c1fc1218e7593489313cd748c57..d980038181c5b37725565eb36d8484f40f02de1e 100644 (file)
@@ -50,7 +50,7 @@ jobs:
               - docker cp tools/coverity.sh travis_coverity_scan:/usr/local/bin
                 # Preconfigure with meson to prevent Coverity from capturing meson metadata
                 # Set compiler flag to prevent emit failure
-              - docker exec -it travis_coverity_scan sh -c "CFLAGS='-D_Float128=long\ double' meson cov-build -Dman=false"
+              - docker exec -it travis_coverity_scan sh -c "CFLAGS='-D_Float128=long\ double -D_Float64=double -D_Float64x=long\ double -D_Float32=float -D_Float32x=double' meson cov-build -Dman=false"
                 # Run Coverity Analysis
               - docker exec -it travis_coverity_scan coverity.sh build
               - docker exec -it travis_coverity_scan coverity.sh upload
@@ -75,4 +75,3 @@ notifications:
   email:
     recipients:
       - ${ADMIN_EMAIL}
-      - ${AUTHOR_EMAIL}