Skip to content

Commit

Permalink
Limit to only build on Cygwin64
Browse files Browse the repository at this point in the history
AppVeyor only provides one worker and a PR runs the build twice (once
for the branch and once for the PR) each taking around 5 minutes. This
cuts the validation time to around ten minutes.
  • Loading branch information
jonas committed May 21, 2018
1 parent 29524d0 commit 877092e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Improvements:
- Change the blame view to render more like `git blame`. (GH #812)
- Improve worktree and submodule support. (GH #459, #781, #783)
- Support running Tig via a Git alias. (GH #763)
- Use ISO-8601 letters for short relative dates. (GH #759)
- Use ISO-8601 letters for short relative dates. (GH #759, #760)
- Change date formatting to show timezones by default. (GH #428, #811)
- Use utf8proc to handle Unicode characters. (GH #827)

Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
environment:
matrix:
- TARGET: cygwin
ARCH: x86
- TARGET: cygwin64
ARCH: x86_64

Expand Down

0 comments on commit 877092e

Please sign in to comment.