From fb2d0daadad08234b7706355fa33c32fa86d85e1 Mon Sep 17 00:00:00 2001 From: Karl Schultz Date: Thu, 1 Feb 2018 14:31:01 -0700 Subject: build: Need to build LVL layers in CI to get utils Layer utils now exist only in LVL, so when we build VulkanTools in LVL CI (just to get devsim layer), we need to turn on LVL layer building in order to get the layer util libs. Change-Id: I4cc6df4ed0a782afeec19c61dc05bcc2bad47756 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9f568e2b..c24ca37b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,7 +77,7 @@ script: ./update_external_sources.sh --glslang --no-build # Build as few components as possible cmake -H. -Bbuild -DBUILD_LOADER=NO -DBUILD_TESTS=NO \ - -DBUILD_LAYERS=NO -DBUILD_DEMOS=NO -DBUILD_VKTRACE=NO \ + -DBUILD_DEMOS=NO -DBUILD_VKTRACE=NO \ -DBUILD_VKJSON=NO -DBUILD_VIA=NO -DBUILD_ICD=NO make -C build -j $core_count cd ${TRAVIS_BUILD_DIR} -- cgit v1.2.3