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
380 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_script:
- cmake --build build --config Release
after_build:
- cmake --build build --config Release --target package
artifacts:
- path: build/ethminer-*.zip