aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ellison <bob@lunarg.com>2019-06-06 10:26:48 -0600
committerBob Ellison <45772930+lunarpapillo@users.noreply.github.com>2019-06-06 14:41:55 -0600
commitea24240307e5c67353814cad081bcd19a3e92261 (patch)
tree20a54a4a81fadfdb60aee7a737cec1722fd0240f
parentd8a65c15cdf000f1a1903f1a5c65497d744d414a (diff)
downloadvulkan-tools-ea24240307e5c67353814cad081bcd19a3e92261.tar.gz
cmake: adjust cmake download process to match new design
Also took Karl off the list of e-mail addresses to be notified, at his request.
-rw-r--r--.appveyor.yml7
-rw-r--r--.travis.yml1
2 files changed, 4 insertions, 4 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 76aa833d..c7976b37 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -17,6 +17,7 @@ os:
environment:
PYTHON_PATH: "C:/Python35"
PYTHON_PACKAGE_PATH: "C:/Python35/Scripts"
+ CMAKE_URL: "http://cmake.org/files/v3.10/cmake-3.10.2-win64-x64.zip"
branches:
only:
@@ -24,14 +25,14 @@ branches:
# Install desired CMake version 3.10.2 before any other building
install:
- - choco upgrade cmake --version 3.10.2
- - set path=C:\Program Files\CMake\bin;%path%
+ - appveyor DownloadFile %CMAKE_URL% -FileName cmake.zip
+ - 7z x cmake.zip -oC:\cmake > nul
+ - set path=C:\cmake\bin;%path%
- cmake --version
before_build:
- "SET PATH=C:\\Python35;C:\\Python35\\Scripts;%PATH%"
- echo Starting build for %APPVEYOR_REPO_NAME% in %APPVEYOR_BUILD_FOLDER%
- - cmake --version
# Generate build files using CMake for the build step.
- echo Generating Vulkan-Tools CMake files for %PLATFORM% %CONFIGURATION%
- cd %APPVEYOR_BUILD_FOLDER%
diff --git a/.travis.yml b/.travis.yml
index 1a176180..60c57865 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -144,7 +144,6 @@ script:
notifications:
email:
recipients:
- - karl@lunarg.com
- cnorthrop@google.com
- tobine@google.com
- chrisforbes@google.com