Skip to content

Commit 7d64394

Browse files
committed
Disable Windows for now
1 parent 8aad85d commit 7d64394

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

appveyor.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -128,21 +128,21 @@ for:
128128
DEPLOY_ALT: 1
129129

130130
# Try builder
131-
-
132-
branches:
133-
only:
134-
- try
135-
environment:
136-
matrix:
137-
- CI_JOB_NAME: dist-x86_64-msvc-parallel
138-
RUST_CONFIGURE_ARGS: >
139-
--build=x86_64-pc-windows-msvc
140-
--enable-full-tools
141-
--enable-profiler
142-
SCRIPT: python x.py dist
143-
DIST_REQUIRE_ALL_TOOLS: 1
144-
DIST_PARALLEL_COMPILER: 1
145-
DEPLOY: 1
131+
# -
132+
# branches:
133+
# only:
134+
# - try
135+
# environment:
136+
# matrix:
137+
# - CI_JOB_NAME: dist-x86_64-msvc-parallel
138+
# RUST_CONFIGURE_ARGS: >
139+
# --build=x86_64-pc-windows-msvc
140+
# --enable-full-tools
141+
# --enable-profiler
142+
# SCRIPT: python x.py dist
143+
# DIST_REQUIRE_ALL_TOOLS: 1
144+
# DIST_PARALLEL_COMPILER: 1
145+
# DEPLOY: 1
146146

147147
# Skip builds on all other branches
148148
-

0 commit comments

Comments
 (0)