File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
version : BuildNr.{build}
2
2
3
- image : Visual Studio 2015
3
+ image : Visual Studio 2017
4
4
5
5
shallow_clone : true
6
6
@@ -10,12 +10,14 @@ environment:
10
10
app_id : vfs.smb2
11
11
12
12
matrix :
13
- - GENERATOR : " Visual Studio 14"
13
+ - GENERATOR : " Visual Studio 15 2017"
14
+ ARCHITECTURE : Win32
14
15
CONFIGURATION : Release
15
- WINSTORE : -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.14393.0"
16
- - GENERATOR : " Visual Studio 14 Win64"
16
+ WINSTORE : -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763.0"
17
+ - GENERATOR : " Visual Studio 15 2017"
18
+ ARCHITECTURE : x64
17
19
CONFIGURATION : Release
18
- WINSTORE : -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.14393 .0"
20
+ WINSTORE : -DCMAKE_SYSTEM_NAME=WindowsStore -DCMAKE_SYSTEM_VERSION="10.0.17763 .0"
19
21
20
22
build_script :
21
23
- cd ..
@@ -25,5 +27,5 @@ build_script:
25
27
- cd build
26
28
- mkdir -p definition\%app_id%
27
29
- echo %app_id% %APPVEYOR_BUILD_FOLDER% %APPVEYOR_REPO_COMMIT% > definition\%app_id%\%app_id%.txt
28
- - cmake -T host=x64 -G "%GENERATOR%" %WINSTORE% -DADDONS_TO_BUILD=%app_id% -DCMAKE_BUILD_TYPE=%CONFIG% -DADDONS_DEFINITION_DIR=%APPVEYOR_BUILD_FOLDER%/build/definition -DADDON_SRC_PREFIX=../.. -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons
30
+ - cmake -T host=x64 -G "%GENERATOR%" -A %ARCHITECTURE% %WINSTORE% -DADDONS_TO_BUILD=%app_id% -DCMAKE_BUILD_TYPE=%CONFIG% -DADDONS_DEFINITION_DIR=%APPVEYOR_BUILD_FOLDER%/build/definition -DADDON_SRC_PREFIX=../.. -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons
29
31
- cmake --build . --config %CONFIG% --target %app_id%
You can’t perform that action at this time.
0 commit comments