Skip to content

Commit

Permalink
More AppVeyor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Apr 1, 2019
1 parent 10f3fe6 commit 4382c25
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,21 +128,23 @@ for:
DEPLOY_ALT: 1

# Try builder
# -
# branches:
# only:
# - try
# environment:
# matrix:
# - CI_JOB_NAME: dist-x86_64-msvc-parallel
# RUST_CONFIGURE_ARGS: >
# --build=x86_64-pc-windows-msvc
# --enable-full-tools
# --enable-profiler
# SCRIPT: python x.py dist
# DIST_REQUIRE_ALL_TOOLS: 1
# DIST_PARALLEL_COMPILER: 1
# DEPLOY: 1
-
branches:
only:
- try
environment:
matrix:
- CI_JOB_NAME: dist-x86_64-msvc-parallel
RUST_CONFIGURE_ARGS: >
--build=x86_64-pc-windows-msvc
--enable-full-tools
--enable-profiler
SCRIPT: python x.py dist
DIST_REQUIRE_ALL_TOOLS: 1
DIST_PARALLEL_COMPILER: 1
DEPLOY: 1
only_commits:
message: /parallel-compiler/

# Skip builds on all other branches
-
Expand Down

0 comments on commit 4382c25

Please sign in to comment.