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

Unified Diff: .appveyor/prepare-prebuilt-v8.cmd

Issue 29498563: Issue 5133 - add CI for libadblockplus (Closed) Base URL: https://github.com/adblockplus/libadblockplus.git
Patch Set: use real URLs Created Sept. 26, 2017, 3:08 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 | « no previous file | .travis.yml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .appveyor/prepare-prebuilt-v8.cmd
diff --git a/.appveyor/prepare-prebuilt-v8.cmd b/.appveyor/prepare-prebuilt-v8.cmd
new file mode 100644
index 0000000000000000000000000000000000000000..69ed4c2f041b753d55fbf84612d890747aecdf9a
--- /dev/null
+++ b/.appveyor/prepare-prebuilt-v8.cmd
@@ -0,0 +1,11 @@
+@echo off
+
+if "%Platform%"=="Win32" set arch="ia32"
+
+if "%Platform%"=="x64" set arch="x64"
+
+appveyor DownloadFile %URL_PREFIX%win32-%arch%-%Configuration%.7z -FileName prebuilt-v8.7z
+appveyor DownloadFile %URL_PREFIX%include.7z -FileName include.7z
+
+7z x include.7z -othird_party/prebuilt-v8
+7z x prebuilt-v8.7z -othird_party/prebuilt-v8
« no previous file with comments | « no previous file | .travis.yml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld