summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Schultz <karl@lunarg.com>2018-05-11 18:11:55 -0600
committerKarl Schultz <karl@lunarg.com>2018-05-13 12:07:08 -0600
commit05cb628a72fa8b2d3d7501bcc6f72ae1c2639d3b (patch)
tree9d5a63ebfddd67192254b998c62b63b616398841
parent482ab00bc58040832b8a91a182cccb5c77c71702 (diff)
downloadVulkan-Loader-05cb628a72fa8b2d3d7501bcc6f72ae1c2639d3b.tar.gz
Vulkan-Loader-05cb628a72fa8b2d3d7501bcc6f72ae1c2639d3b.tar.bz2
Vulkan-Loader-05cb628a72fa8b2d3d7501bcc6f72ae1c2639d3b.zip
repo: Update AppVeyor config
-rw-r--r--.appveyor.yml12
1 files changed, 4 insertions, 8 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 087c5c69..4b620705 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -31,11 +31,7 @@ before_build:
- "SET PATH=C:\\Python35;C:\\Python35\\Scripts;%PATH%"
- echo.
- echo Starting build for %APPVEYOR_REPO_NAME%
- - echo Update external sources
- - if %PLATFORM% == Win32 (if %CONFIGURATION% == Debug (update_external_sources.bat --32 --debug))
- - if %PLATFORM% == Win32 (if %CONFIGURATION% == Release (update_external_sources.bat --32 --release))
- - if %PLATFORM% == x64 (if %CONFIGURATION% == Debug (update_external_sources.bat --64 --debug))
- - if %PLATFORM% == x64 (if %CONFIGURATION% == Release (update_external_sources.bat --64 --release))
+ - git submodule update --init --recursive
# Determine the appropriate CMake generator for the current version of Visual Studio
- echo Determining VS version
- python .\scripts\determine_vs_version.py > vsversion.tmp
@@ -61,6 +57,6 @@ configuration:
- Debug
build:
- parallel: true # enable MSBuild parallel builds
- project: build/VULKAN.sln # path to Visual Studio solution or project
- verbosity: quiet # quiet|minimal|normal|detailed
+ parallel: true # enable MSBuild parallel builds
+ project: build/VULKAN_LOADER.sln # path to Visual Studio solution or project
+ verbosity: quiet # quiet|minimal|normal|detailed