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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | .travis.yml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 @echo off
2
3 if "%Platform%"=="Win32" set arch="ia32"
4
5 if "%Platform%"=="x64" set arch="x64"
6
7 appveyor DownloadFile %URL_PREFIX%win32-%arch%-%Configuration%.7z -FileName preb uilt-v8.7z
8 appveyor DownloadFile %URL_PREFIX%include.7z -FileName include.7z
9
10 7z x include.7z -othird_party/prebuilt-v8
11 7z x prebuilt-v8.7z -othird_party/prebuilt-v8
OLDNEW
« no previous file with comments | « no previous file | .travis.yml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld