-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathappveyor.yml
More file actions
42 lines (32 loc) · 784 Bytes
/
appveyor.yml
File metadata and controls
42 lines (32 loc) · 784 Bytes
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
39
40
41
42
version: '#{build}-{branch}'
image: Visual Studio 2015
configuration: Release
environment:
matrix:
- PlatformToolset: v140_xp
platform:
- x86
- x64
build:
project: MemView.sln
parallel: true
verbosity: minimal
after_build:
cmd: >-
7z a MemView-%PLATFORM%.zip %APPVEYOR_BUILD_FOLDER%\bin\MemView-%PLATFORM%.exe
7z a MemView-%PLATFORM%.zip %APPVEYOR_BUILD_FOLDER%\bin\MemView-%PLATFORM%.pdb
test: off
artifacts:
- path: MemView-$(platform).zip
name: MemView-$(platform)
skip_commits:
files:
- docs/*
- '**/*.html'
deploy:
- provider: GitHub
auth_token:
secure: K/oTY+JKhuE+bOORvKuQfrFLikCqE0evsloU/50wDrtrAfsweE4aa8viM1PTkEDm
draft: true
on:
APPVEYOR_REPO_TAG: true