Commit abbe758e authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Added tracking of changes to cmake/* files in .gitlab-ci.yml

parent a8977585
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -96,6 +96,7 @@ stages:
        changes:
            - src/**/*.{h,hpp,cpp,cu}
            - "**/CMakeLists.txt"
            - cmake/*
            - .gitlab-ci.yml
    interruptible: true

@@ -111,6 +112,7 @@ dummy build job:
            # .build_template
            - src/**/*.{h,hpp,cpp,cu}
            - "**/CMakeLists.txt"
            - cmake/*
            - .gitlab-ci.yml
            # build documentation
            - Documentation/**/*