mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #1254 from ethereum/appveyor
AppVeyor: build only pushes to master and develop branch
This commit is contained in:
commit
008c4111d7
@ -27,6 +27,10 @@
|
|||||||
# (c) 2016 cpp-ethereum contributors.
|
# (c) 2016 cpp-ethereum contributors.
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- develop
|
||||||
os: Visual Studio 2015
|
os: Visual Studio 2015
|
||||||
configuration:
|
configuration:
|
||||||
- RelWithDebInfo
|
- RelWithDebInfo
|
||||||
|
Loading…
Reference in New Issue
Block a user