forked from simplenlg/simplenlg
-
Notifications
You must be signed in to change notification settings - Fork 1
/
appveyor.yml
45 lines (32 loc) · 1.06 KB
/
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
39
40
41
42
43
44
45
#---------------------------------#
# general configuration #
#---------------------------------#
# version format
version: 1.0.{build}
#---------------------------------#
# environment configuration #
#---------------------------------#
# Build worker image (VM template)
image: Visual Studio 2017
# clone directory
clone_folder: c:\projects\simpleNLG
# scripts that run after cloning repository
#install:
#---------------------------------#
# build configuration #
#---------------------------------#
platform:
- x86
- x64
configuration:
- Debug
- Release
build:
parallel: true # enable MSBuild parallel builds
project: c:\projects\simpleNLG\srcCsharp\SimpleNLG.sln # path to Visual Studio solution or project
# MSBuild verbosity level
# verbosity: quiet|minimal|normal|detailed
# scripts to run before build
before_build:
- nuget restore srcCsharp/SimpleNLG.sln
- 7z x c:\projects\simpleNLG\srcCsharp\Resources\NIHLexicon\*.zip -oc:\projects\simpleNLG\srcCsharp\Resources\NIHLexicon\