forked from ryobg/JContainers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
57 lines (48 loc) · 1.27 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
46
47
48
49
50
51
52
53
54
55
56
57
image: Visual Studio 2019
version: '4.2.13.{build}'
platform: x64
branches:
only:
- master
- devel
- develop
configuration:
- Release
- ReleaseVR
- ReleaseGOG
environment:
PYTHON: "C:\\Python312-x64"
matrix:
- JC_SKSE: "64"
- JC_SKSE: "VR"
- JC_SKSE: "GOG"
matrix:
exclude:
- configuration: Release
JC_SKSE: "VR"
- configuration: Release
JC_SKSE: "GOG"
- configuration: ReleaseVR
JC_SKSE: "64"
- configuration: ReleaseVR
JC_SKSE: "GOG"
- configuration: ReleaseGOG
JC_SKSE: "64"
- configuration: ReleaseGOG
JC_SKSE: "VR"
install:
- cmd: set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
- git submodule update --init --recursive
before_build:
- cmd: call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
- cmd: tools\\build_boost.bat vc141
- cmd: tools\\merge_skse.bat
build:
project: JContainers.sln
after_build:
- cmd: python tools\\install.py x64\\%CONFIGURATION% %JC_SKSE%
test_script:
- cmd: python tools\\test.py x64\\%CONFIGURATION%\\Data\\SKSE\\Plugins\\JContainers%JC_SKSE%.dll
artifacts:
- path: dist\*
name: jcdistro