Browse Source

AppVeyor CI: Build ethminer package

cl-refactor
Paweł Bylica 8 years ago
parent
commit
88e8f62842
No known key found for this signature in database GPG Key ID: 7A0C037434FE77EF
  1. 11
      appveyor.yml

11
appveyor.yml

@ -10,10 +10,9 @@ 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
build_script:
- cmake --build build --config Release
after_build:
- cmake --build build --config Release --target package
artifacts:
- path: build/ethminer/Release/ethminer.exe
name: ethminer
- path: build/ethminer-*.zip

Loading…
Cancel
Save