forked from llde/xOBSE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
40 lines (27 loc) · 954 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
39
40
version: 22.0.{build}
image: Visual Studio 2019
platform:
- Win32
configuration:
- Release
- Debug
install:
- 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:
- cd "%APPVEYOR_BUILD_FOLDER%"\obse\
- msbuild obse_vs10.sln /p:configuration="%configuration%" /p:platform="%platform_input%" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
artifacts:
- name: "obse_1_2_416.dll"
path: \**\obse.dll
- name: "obse_editor_1_2.dll"
path: \**\obse_editor.dll
- name: "obse_steam_loader.dll"
path: \**\steam_loader.dll
- name: "obse_loader.exe"
path: \**\loader.exe
- name: "obse_command_doc.html"
path: \**\obse_command_doc.html
- name: "obse.pdb"
path: \**\obse.pdb