File tree 5 files changed +12
-74
lines changed
5 files changed +12
-74
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
- # Builds the library using CMake.
6
+ # Builds the library using CMake with VS Generator (GitHub Actions covers Ninja) .
7
7
8
8
schedules :
9
9
- cron : " 0 5 * * *"
Original file line number Diff line number Diff line change 3
3
#
4
4
# http://go.microsoft.com/fwlink/?LinkId=248926
5
5
6
- # Builds the library using CMake.
6
+ # Builds the library using CMake with VS Generator (GitHub Actions covers Ninja) .
7
7
8
8
schedules :
9
9
- cron : " 0 5 * * *"
Original file line number Diff line number Diff line change @@ -12,46 +12,15 @@ schedules:
12
12
include :
13
13
- main
14
14
15
- trigger :
16
- branches :
17
- include :
18
- - main
19
- paths :
20
- exclude :
21
- - ' *.md'
22
- - LICENSE
23
- - CMake*
24
- - ' .github/*'
25
- - ' .nuget/*'
26
- - build/*.cmake
27
- - build/*.cmd
28
- - build/*.in
29
- - build/*.json
30
- - build/*.props
31
- - build/*.ps1
32
- - build/*.targets
33
- - Auxiliary/*
34
-
15
+ # GitHub Actions handles MSBuild for CI/PR
16
+ trigger : none
35
17
pr :
36
18
branches :
37
19
include :
38
20
- main
39
21
paths :
40
- exclude :
41
- - ' *.md'
42
- - LICENSE
43
- - CMake*
44
- - ' .github/*'
45
- - ' .nuget/*'
46
- - build/*.cmake
47
- - build/*.cmd
48
- - build/*.in
49
- - build/*.json
50
- - build/*.props
51
- - build/*.ps1
52
- - build/*.targets
53
- - Auxiliary/*
54
- drafts : false
22
+ include :
23
+ - build/DirectXTex-GitHub-Dev17.yml
55
24
56
25
resources :
57
26
repositories :
Original file line number Diff line number Diff line change 6
6
# Builds the library for Windows Desktop and UWP.
7
7
8
8
schedules :
9
- - cron : " 0 3 * * *"
9
+ - cron : " 5 3 * * *"
10
10
displayName : ' Nightly build'
11
11
branches :
12
12
include :
13
13
- main
14
14
15
- trigger :
16
- branches :
17
- include :
18
- - main
19
- paths :
20
- exclude :
21
- - ' *.md'
22
- - LICENSE
23
- - CMake*
24
- - ' .github/*'
25
- - ' .nuget/*'
26
- - build/*.cmake
27
- - build/*.cmd
28
- - build/*.in
29
- - build/*.json
30
- - build/*.props
31
- - build/*.ps1
32
- - build/*.targets
33
- - Auxiliary/*
34
-
15
+ # GitHub Actions handles MSBuild for CI/PR
16
+ trigger : none
35
17
pr :
36
18
branches :
37
19
include :
38
20
- main
39
21
paths :
40
- exclude :
41
- - ' *.md'
42
- - LICENSE
43
- - CMake*
44
- - ' .github/*'
45
- - ' .nuget/*'
46
- - build/*.cmake
47
- - build/*.cmd
48
- - build/*.in
49
- - build/*.json
50
- - build/*.props
51
- - build/*.ps1
52
- - build/*.targets
53
- - Auxiliary/*
54
- drafts : false
22
+ include :
23
+ - build/DirectXTex-GitHub.yml
55
24
56
25
resources :
57
26
repositories :
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ schedules:
12
12
include :
13
13
- main
14
14
15
+ # GitHub Actions handles CodeQL and PREFAST for CI/PR
15
16
trigger : none
16
-
17
17
pr :
18
18
branches :
19
19
include :
You can’t perform that action at this time.
0 commit comments