mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-05 10:55:02 +00:00
Appveyor branches: master only (#1409)
This commit is contained in:
parent
a83a84460e
commit
2c80a4198f
1 changed files with 5 additions and 1 deletions
|
|
@ -1,7 +1,11 @@
|
|||
os: Visual Studio 2015
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
# Clone directly into GOPATH.
|
||||
clone_folder: C:\gopath\src\github.com\ethereum\swarm
|
||||
clone_folder: C:\gopath\src\github.com\ethersphere\swarm
|
||||
clone_depth: 5
|
||||
version: "{branch}.{build}"
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue