|
1 | 1 | "task:all": |
2 | 2 | - changed-files: |
3 | | - - any-glob-to-any-file: |
4 | | - - "tasks/**/all" |
| 3 | + - any-glob-to-any-file: |
| 4 | + - "tasks/**/all" |
5 | 5 |
|
6 | 6 | "task:mpi": |
7 | 7 | - changed-files: |
8 | | - - any-glob-to-any-file: |
9 | | - - "tasks/**/mpi" |
| 8 | + - any-glob-to-any-file: |
| 9 | + - "tasks/**/mpi" |
10 | 10 |
|
11 | 11 | "task:omp": |
12 | 12 | - changed-files: |
13 | | - - any-glob-to-any-file: |
14 | | - - "tasks/**/omp" |
| 13 | + - any-glob-to-any-file: |
| 14 | + - "tasks/**/omp" |
15 | 15 |
|
16 | 16 | "task:seq": |
17 | 17 | - changed-files: |
18 | | - - any-glob-to-any-file: |
19 | | - - "tasks/**/seq" |
| 18 | + - any-glob-to-any-file: |
| 19 | + - "tasks/**/seq" |
20 | 20 |
|
21 | 21 | "task:stl": |
22 | 22 | - changed-files: |
23 | | - - any-glob-to-any-file: |
24 | | - - "tasks/**/stl" |
| 23 | + - any-glob-to-any-file: |
| 24 | + - "tasks/**/stl" |
25 | 25 |
|
26 | 26 | "task:tbb": |
27 | 27 | - changed-files: |
28 | | - - any-glob-to-any-file: |
29 | | - - "tasks/**/tbb" |
| 28 | + - any-glob-to-any-file: |
| 29 | + - "tasks/**/tbb" |
30 | 30 |
|
31 | 31 | task: |
32 | 32 | - changed-files: |
33 | | - - any-glob-to-any-file: |
34 | | - - "tasks/**" |
| 33 | + - any-glob-to-any-file: |
| 34 | + - "tasks/**" |
35 | 35 |
|
36 | 36 | ci: |
37 | 37 | - changed-files: |
38 | | - - any-glob-to-any-file: |
39 | | - - ".github/**" |
40 | | - - "appveyor.yml" |
| 38 | + - any-glob-to-any-file: |
| 39 | + - ".github/**" |
| 40 | + - "appveyor.yml" |
41 | 41 |
|
42 | 42 | "modules:performance": |
43 | 43 | - changed-files: |
44 | | - - any-glob-to-any-file: |
45 | | - - "modules/performance/**" |
| 44 | + - any-glob-to-any-file: |
| 45 | + - "modules/performance/**" |
46 | 46 |
|
47 | 47 | "modules:runners": |
48 | 48 | - changed-files: |
49 | | - - any-glob-to-any-file: |
50 | | - - "modules/runners/**" |
| 49 | + - any-glob-to-any-file: |
| 50 | + - "modules/runners/**" |
51 | 51 |
|
52 | 52 | "modules:task": |
53 | 53 | - changed-files: |
54 | | - - any-glob-to-any-file: |
55 | | - - "modules/task/**" |
| 54 | + - any-glob-to-any-file: |
| 55 | + - "modules/task/**" |
56 | 56 |
|
57 | 57 | "modules:util": |
58 | 58 | - changed-files: |
59 | | - - any-glob-to-any-file: |
60 | | - - "modules/util/**" |
| 59 | + - any-glob-to-any-file: |
| 60 | + - "modules/util/**" |
61 | 61 |
|
62 | 62 | "3rdparty": |
63 | 63 | - changed-files: |
64 | | - - any-glob-to-any-file: |
65 | | - - "3rdparty/**" |
| 64 | + - any-glob-to-any-file: |
| 65 | + - "3rdparty/**" |
66 | 66 |
|
67 | 67 | infrastructure: |
68 | 68 | - changed-files: |
69 | | - - any-glob-to-any-file: |
70 | | - - "scripts/**" |
71 | | - - "**/CMakeLists.txt" |
72 | | - - "cmake/**" |
73 | | - - ".clang-format" |
74 | | - - ".clang-tidy" |
75 | | - - ".gitignore" |
76 | | - - ".gitmodules" |
77 | | - - "codecov.yml" |
78 | | - - "setup.cfg" |
| 69 | + - any-glob-to-any-file: |
| 70 | + - "scripts/**" |
| 71 | + - "**/CMakeLists.txt" |
| 72 | + - "cmake/**" |
| 73 | + - ".clang-format" |
| 74 | + - ".clang-tidy" |
| 75 | + - ".gitignore" |
| 76 | + - ".gitmodules" |
| 77 | + - "codecov.yml" |
| 78 | + - "setup.cfg" |
79 | 79 |
|
80 | 80 | python: |
81 | 81 | - changed-files: |
82 | | - - any-glob-to-any-file: |
83 | | - - "**/requirements.txt" |
| 82 | + - any-glob-to-any-file: |
| 83 | + - "**/requirements.txt" |
84 | 84 |
|
85 | 85 | docs: |
86 | 86 | - changed-files: |
87 | | - - any-glob-to-any-file: |
88 | | - - "docs/**" |
89 | | - - "README.md" |
| 87 | + - any-glob-to-any-file: |
| 88 | + - "docs/**" |
| 89 | + - "README.md" |
90 | 90 |
|
91 | 91 | scoreboard: |
92 | 92 | - changed-files: |
93 | | - - any-glob-to-any-file: |
94 | | - - "scoreboard/**" |
| 93 | + - any-glob-to-any-file: |
| 94 | + - "scoreboard/**" |
0 commit comments