-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
36 lines (25 loc) · 886 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
version: '1.5.2-{build}'
image: Visual Studio 2015
clone_depth: 10
platform:
- x86
- x64
configuration: Release
build:
project: VisualStudio/asteroids.sln
verbosity: normal
before_build: nuget restore VisualStudio/asteroids.sln
after_build:
- if %PLATFORM%==x86 (cd VisualStudio\Release & del asteroids.iobj & del asteroids.ipdb & del asteroids.pdb & del asteroids.obj & del vc14?.pdb & rmdir /S /Q asteroids.tlog)
- if %PLATFORM%==x64 (cd VisualStudio\x64\Release & del asteroids.iobj & del asteroids.ipdb & del asteroids.pdb & del asteroids.obj & del vc14?.pdb & rmdir /S /Q asteroids.tlog)
artifacts:
- path: VisualStudio\Release
name: asteroids_latest_windows_x86
type: zip
- path: VisualStudio\x64\Release
name: asteroids_latest_windows_x64
type: zip
notifications:
- provider: Email
to: