-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathappveyor.yml
38 lines (31 loc) · 852 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
platform:
- x86
- x64
configuration:
- Release
os:
- Visual Studio 2015 RC
build_script:
- md build
- cd build
- cmake --version
- cmake -DBUILD_TESTING=ON -DTEST_OUTPUT_CONSOLE=ON -DFORCE_CUSTOM_LIBRARIES=ON -G"Visual Studio 14 2015" ..
- cmake --build .
after_build:
- ps: Push-AppveyorArtifact build\Debug\OHMCommStandalone.exe -FileName "OHMCommStandalone-win-$env:platform.exe"
#test_script:
# - .\build\test\Debug\Tests.exe
#artifacts:
# - path: '**\OHMComm.exe'
# name: OHMComm-win-$(platform)
deploy:
- provider: GitHub
description: 'Windows builds (see tag for changelog)'
draft: false
prerelease: false
artifact: OHMCommStandalone-win-$(platform).exe
auth_token:
secure: fIObA1SGSxF/oK69Deh0D7eTmdJirubBGCjbHDn7EA7M4mP2AdkHDEheW77PTPge
on:
#branch: master
appveyor_repo_tag: true