-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathappveyor.yml
31 lines (22 loc) · 857 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
version: 0.5.1.{build}
image: Visual Studio 2019
platform:
- x64
- Win32
configuration:
- Release
- Debug
install:
- if "%platform%"=="x64" set archi=amd64
- if "%platform%"=="x64" set platform_input=x64
- if "%platform%"=="Win32" set archi=x86
- if "%platform%"=="Win32" set platform_input=Win32
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" %archi%
build_script:
- git submodule update --init
# - git submodule update --remote
- cd "%APPVEYOR_BUILD_FOLDER%"\TlDatLexer\
- msbuild TlDatLexer.vcxproj /p:configuration="%configuration%" /p:platform="%platform%" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
artifacts:
- name: "TlDatLexer.$(platform).$(configuration).dll"
path: \**\TlDatLexer.dll