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

Unified Diff: appveyor.yml

Issue 29555620: Issue 5698 - Update V8 to 6.1.534.41 (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: fix and rebase Created Sept. 28, 2017, 7:21 a.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
Index: appveyor.yml
diff --git a/appveyor.yml b/appveyor.yml
index f6939f19b5e5c04be96bd69b39717e0c3450401f..72d7793f6649e708a1a11c4f8e0b6f8a4aaa45ba 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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/75b799aaf5f294d484021fe478cb24fa03ae02b4/
+ URL_PREFIX: https://v8.eyeofiles.com/v8-9a4991959e231351e52266b631cbd36f8341bdc3/
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

Powered by Google App Engine
This is Rietveld