You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
384 B
19 lines
384 B
version: "{build}"
|
|
branches:
|
|
only:
|
|
- master
|
|
os: Visual Studio 2015
|
|
configuration:
|
|
- Release
|
|
cache:
|
|
- C:/.hunter/_Base/Cache
|
|
install:
|
|
before_build:
|
|
- cmake -G "Visual Studio 14 2015 Win64" -H. -Bbuild
|
|
build:
|
|
project: c:/projects/ethminer/build/ethminer.sln
|
|
parallel: true
|
|
verbosity: minimal
|
|
artifacts:
|
|
- path: build/ethminer/Release/ethminer.exe
|
|
name: ethminer
|
|
|