diff options
author | h.udo <hudokkow@gmail.com> | 2016-09-08 16:42:58 +0100 |
---|---|---|
committer | h.udo <hudokkow@gmail.com> | 2016-12-21 10:04:18 +0000 |
commit | b0cad85adb045b88347cf8cded6770c7dd349406 (patch) | |
tree | 1a0b452f530dd2aa4e139c8e6de3f18b01a66bf2 /appveyor.yml | |
parent | a18701e7b2fe03780f90502d5d51e09cdc3ad718 (diff) |
[cmake] Move to root folder: Update paths
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 21881ac0f8..f91c1e840a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -59,7 +59,7 @@ build_script: # Build mkdir $env:APPVEYOR_BUILD_FOLDER\kodi-build cd $env:APPVEYOR_BUILD_FOLDER\kodi-build - cmd /c 'cmake -G "Visual Studio 14" ..\project\cmake 2>&1' + cmd /c 'cmake -G "Visual Studio 14" .. 2>&1' cmd /c 'cmake --build . --target all_build --config RelWithDebInfo 2>&1' } @@ -80,7 +80,7 @@ build_script: -G "NMake Makefiles" ` -DCMAKE_BUILD_TYPE="$env:CONFIG" ` -DCMAKE_INSTALL_PREFIX="$env:APPVEYOR_BUILD_FOLDER"\addons ` - $env:APPVEYOR_BUILD_FOLDER\project\cmake\addons + $env:APPVEYOR_BUILD_FOLDER\cmake\addons # Build selected addons one by one $addons_success="" $addons_failed="" |