mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
Fix early termination on appveyor
This commit is contained in:
parent
06cb829d37
commit
14ecec1d4f
|
|
@ -1,7 +1,7 @@
|
|||
build: false
|
||||
install:
|
||||
# Terminate early unless building either a tag or a PR.
|
||||
- if not defined APPVEYOR_REPO_TAG if not defined APPVEYOR_PULL_REQUEST_NUMBER appveyor exit
|
||||
- if not defined APPVEYOR_REPO_TAG if not "%APPVEYOR_REPO_BRANCH%" == "master" appveyor exit
|
||||
|
||||
# Install rust
|
||||
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
|
||||
|
|
|
|||
Loading…
Reference in a new issue