Skip to content

Commit 4382c25

Browse files
committed
More AppVeyor tweaks
1 parent 10f3fe6 commit 4382c25

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

appveyor.yml

+17-15
Original file line numberDiff line numberDiff line change
@@ -128,21 +128,23 @@ 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
146+
only_commits:
147+
message: /parallel-compiler/
146148

147149
# Skip builds on all other branches
148150
-

0 commit comments

Comments
 (0)