aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorMike Schuchardt <mikes@lunarg.com>2019-07-02 18:15:26 -0700
committerMike Schuchardt <mikes@lunarg.com>2019-07-11 16:33:03 -0700
commitc249d53e5c6f1ef120864e455cd4998fb654a6d5 (patch)
treea6f4fd61116c6c62aa66fc573327aa4615917db3 /.appveyor.yml
parentbac53787c103fd1deb72a6ef3758a7ac92a3aa98 (diff)
downloadvulkan-validation-layers-c249d53e5c6f1ef120864e455cd4998fb654a6d5.tar.gz
CI: Add codegen check to appveyor and travis
Change-Id: Iea03bece0859f46c22cb8089e7b0354d9a3d49b6
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 31387c0e7..1cdb9a30c 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -14,6 +14,9 @@ max_jobs: 4
os:
- Visual Studio 2015
+init:
+ - git config --global core.autocrlf true
+
environment:
PYTHON_PATH: "C:/Python35"
PYTHON_PACKAGE_PATH: "C:/Python35/Scripts"
@@ -41,6 +44,8 @@ before_build:
- git checkout tags/release-1.8.1
- cd %APPVEYOR_BUILD_FOLDER%
- python scripts/update_deps.py --dir=external --arch=%PLATFORM% --config=%CONFIGURATION%
+ - echo Verifying consistency between source file generators and output
+ - python scripts/generate_source.py --verify external/Vulkan-Headers/registry
- echo Generating Vulkan-ValidationLayers CMake files for %PLATFORM% %CONFIGURATION%
- mkdir build
- cd build