File tree 10 files changed +21
-9
lines changed
10 files changed +21
-9
lines changed Original file line number Diff line number Diff line change 3
3
#
4
4
# http://go.microsoft.com/fwlink/?LinkId=248926
5
5
6
- name : ' CMake'
6
+ name : ' CMake (Windows) '
7
7
8
8
on :
9
9
push :
@@ -69,21 +69,14 @@ jobs:
69
69
- os : windows-2022
70
70
build_type : arm64ec-Release
71
71
arch : amd64_arm64
72
- - os : ubuntu-latest
73
- build_type : x64-Debug-Linux
74
- arch : none
75
- - os : ubuntu-latest
76
- build_type : x64-Release-Linux
77
- arch : none
78
72
79
73
steps :
80
74
- uses : actions/checkout@v4
81
75
82
76
- name : ' Install Ninja'
83
77
run : choco install ninja
84
78
85
- - if : matrix.arch != 'none'
86
- uses : ilammy/msvc-dev-cmd@v1
79
+ - uses : ilammy/msvc-dev-cmd@v1
87
80
with :
88
81
arch : ${{ matrix.arch }}
89
82
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ trigger:
20
20
exclude :
21
21
- ' *.md'
22
22
- LICENSE
23
+ - ' .github/*'
23
24
- ' .nuget/*'
24
25
- build/*.cmd
25
26
- build/*.json
35
36
exclude :
36
37
- ' *.md'
37
38
- LICENSE
39
+ - ' .github/*'
38
40
- ' .nuget/*'
39
41
- build/*.cmd
40
42
- build/*.json
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ trigger:
20
20
exclude :
21
21
- ' *.md'
22
22
- LICENSE
23
+ - ' .github/*'
23
24
- ' .nuget/*'
24
25
- build/*.cmd
25
26
- build/*.json
35
36
exclude :
36
37
- ' *.md'
37
38
- LICENSE
39
+ - ' .github/*'
38
40
- ' .nuget/*'
39
41
- build/*.cmd
40
42
- build/*.json
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ trigger:
20
20
exclude :
21
21
- ' *.md'
22
22
- LICENSE
23
+ - ' .github/*'
23
24
- ' .nuget/*'
24
25
- build/*.cmd
25
26
- build/*.json
35
36
exclude :
36
37
- ' *.md'
37
38
- LICENSE
39
+ - ' .github/*'
38
40
- ' .nuget/*'
39
41
- build/*.cmd
40
42
- build/*.json
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ trigger:
21
21
- ' *.md'
22
22
- LICENSE
23
23
- CMake*
24
+ - ' .github/*'
24
25
- ' .nuget/*'
25
26
- build/*.cmake
26
27
- build/*.cmd
40
41
- ' *.md'
41
42
- LICENSE
42
43
- CMake*
44
+ - ' .github/*'
43
45
- ' .nuget/*'
44
46
- build/*.cmake
45
47
- build/*.cmd
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ trigger:
23
23
- ' *.md'
24
24
- LICENSE
25
25
- CMake*
26
+ - ' .github/*'
26
27
- ' .nuget/*'
27
28
- build/*.cmake
28
29
- build/*.cmd
39
40
- ' *.md'
40
41
- LICENSE
41
42
- CMake*
43
+ - ' .github/*'
42
44
- ' .nuget/*'
43
45
- build/*.cmake
44
46
- build/*.cmd
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ trigger:
20
20
exclude :
21
21
- ' *.md'
22
22
- LICENSE
23
+ - ' .github/*'
23
24
- ' .nuget/*'
24
25
- build/*.cmd
25
26
- build/*.json
35
36
exclude :
36
37
- ' *.md'
37
38
- LICENSE
39
+ - ' .github/*'
38
40
- ' .nuget/*'
39
41
- build/*.cmd
40
42
- build/*.json
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ trigger:
21
21
- ' *.md'
22
22
- LICENSE
23
23
- CMake*
24
+ - ' .github/*'
24
25
- ' .nuget/*'
25
26
- build/*.cmake
26
27
- build/*.cmd
@@ -30,6 +31,7 @@ trigger:
30
31
- build/*.ps1
31
32
- build/*.targets
32
33
- Auxiliary/*
34
+
33
35
pr :
34
36
branches :
35
37
include :
39
41
- ' *.md'
40
42
- LICENSE
41
43
- CMake*
44
+ - ' .github/*'
42
45
- ' .nuget/*'
43
46
- build/*.cmake
44
47
- build/*.cmd
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ trigger:
20
20
exclude :
21
21
- ' *.md'
22
22
- LICENSE
23
+ - ' .github/*'
23
24
- ' .nuget/*'
24
25
- build/*.cmd
25
26
- build/*.json
35
36
exclude :
36
37
- ' *.md'
37
38
- LICENSE
39
+ - ' .github/*'
38
40
- ' .nuget/*'
39
41
- build/*.cmd
40
42
- build/*.json
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ trigger:
21
21
- ' *.md'
22
22
- LICENSE
23
23
- CMake*
24
+ - ' .github/*'
24
25
- ' .nuget/*'
25
26
- build/*.cmake
26
27
- build/*.cmd
40
41
- ' *.md'
41
42
- LICENSE
42
43
- CMake*
44
+ - ' .github/*'
43
45
- ' .nuget/*'
44
46
- build/*.cmake
45
47
- build/*.cmd
You can’t perform that action at this time.
0 commit comments