Skip to content

Commit a1a4923

Browse files
committed
[GIT] Comment out VCPKG builds for now and remove internal builds from the pipeline
1 parent ef5fea1 commit a1a4923

File tree

1 file changed

+21
-15
lines changed

1 file changed

+21
-15
lines changed

.github/workflows/ci.yml

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -69,24 +69,27 @@ jobs:
6969
- preset: "vc6-profile"
7070
tools: true
7171
extras: true
72-
- preset: "vc6-internal"
73-
tools: true
74-
extras: true
7572
- preset: "vc6-debug"
7673
tools: true
7774
extras: true
78-
- preset: "win32-vcpkg"
79-
tools: true
80-
extras: true
81-
- preset: "win32-vcpkg-profile"
75+
- preset: "win32"
8276
tools: true
8377
extras: true
84-
- preset: "win32-vcpkg-internal"
78+
- preset: "win32-profile"
8579
tools: true
8680
extras: true
87-
- preset: "win32-vcpkg-debug"
81+
- preset: "win32-debug"
8882
tools: true
8983
extras: true
84+
# - preset: "win32-vcpkg"
85+
# tools: true
86+
# extras: true
87+
# - preset: "win32-vcpkg-profile"
88+
# tools: true
89+
# extras: true
90+
# - preset: "win32-vcpkg-debug"
91+
# tools: true
92+
# extras: true
9093
fail-fast: false
9194
uses: ./.github/workflows/build-toolchain.yml
9295
with:
@@ -109,9 +112,6 @@ jobs:
109112
- preset: "vc6-profile"
110113
tools: true
111114
extras: true
112-
- preset: "vc6-internal"
113-
tools: true
114-
extras: true
115115
- preset: "vc6-debug"
116116
tools: true
117117
extras: true
@@ -121,12 +121,18 @@ jobs:
121121
- preset: "win32-profile"
122122
tools: true
123123
extras: true
124-
- preset: "win32-internal"
125-
tools: true
126-
extras: true
127124
- preset: "win32-debug"
128125
tools: true
129126
extras: true
127+
# - preset: "win32-vcpkg"
128+
# tools: true
129+
# extras: true
130+
# - preset: "win32-vcpkg-profile"
131+
# tools: true
132+
# extras: true
133+
# - preset: "win32-vcpkg-debug"
134+
# tools: true
135+
# extras: true
130136
fail-fast: false
131137
uses: ./.github/workflows/build-toolchain.yml
132138
with:

0 commit comments

Comments
 (0)