Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: appveyor.yml

Issue 29748587: Issue 6063, 6531 - Update V8 to 6.5.254.41, use C++14 and NDK-r16b (Closed) Base URL: https://github.com/adblockplus/libadblockplus@549616e865707b89e95659d55c70e22d63130ce5
Patch Set: fix and simplify build for Windows Created April 18, 2018, 6:41 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « android-v8-options.gypi ('k') | build-v8.cmd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appveyor.yml
diff --git a/appveyor.yml b/appveyor.yml
index 72d7793f6649e708a1a11c4f8e0b6f8a4aaa45ba..db0bc0128550122e46155019246ddadd02f05454 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -2,7 +2,7 @@ version: 1.0.{build}
pull_requests:
do_not_increment_build_number: true
skip_tags: true
-image: Visual Studio 2015
+image: Visual Studio 2017
configuration:
- Release
- Debug
@@ -17,7 +17,7 @@ install:
- C:\msys64\usr\bin\bash -lc "cd ${APPVEYOR_BUILD_FOLDER}; sed -i '/third_party\/v8/d' dependencies"
- cmd: ensure_dependencies.py
environment:
- URL_PREFIX: https://v8.eyeofiles.com/v8-9a4991959e231351e52266b631cbd36f8341bdc3/
+ URL_PREFIX: https://v8.eyeofiles.com/v8-3cdaf01c4043e19965efc5ef48df5314960b898f/
before_build:
- cmd: set "GYP_DEFINES=libv8_include_dir=third_party/prebuilt-v8/include libv8_lib_dir=../../third_party/prebuilt-v8 libv8_no_build=true"
- cmd: createsolution.bat
« no previous file with comments | « android-v8-options.gypi ('k') | build-v8.cmd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld