forked from ifdefelse/proghash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
38 lines (32 loc) · 892 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
version: "{build}"
branches:
only:
- master
- appveyor
- hunter
configuration:
- Release
environment:
HUNTER_CACHE_TOKEN:
secure: agYfiC1OKfHnGOJQolOBorIRovVTgDW3TJ8JOb2+0XZiAnNwbrtPegxaaFM8/VWu
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
GENERATOR: "Visual Studio 15 2017 Win64"
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
GENERATOR: "Visual Studio 15 2017"
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
GENERATOR: "Visual Studio 14 2015 Win64"
install:
# Python 3
- set PATH=C:\Python36-x64;C:\Python36-x64\Scripts;%PATH%
- pip install requests
before_build: |
if not exist build mkdir build
cd build
cmake -G "%GENERATOR%" ..
build:
project: c:/projects/ethash/build/ethash.sln
parallel: true
verbosity: minimal
after_build: |
C:\projects\ethash\build\test\unittests\Release\ethash-test.exe