xf86-video-amdgpu: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Aug 18 10:50:23 UTC 2022


 .gitlab-ci.yml |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 4e011b91fa3ef58b85327d3429889efd934b3531
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Aug 2 15:03:19 2022 -0700

    gitlab CI: enable gitlab's builtin static analysis
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6c9a27f..00ad0ee 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,10 +16,12 @@ include:
   - project: 'freedesktop/ci-templates'
     ref: 59de540b620c45739871d1a073d76d5521989d11
     file: '/templates/debian.yml'
+  - template: Security/SAST.gitlab-ci.yml
 
 stages:
   - docker-image
   - build
+  - test
 
 .debian-testing:
   variables:


More information about the xorg-commit mailing list