Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ideascube
ARCHIVED Kiwix Hotspot
Commits
168033d3
Commit
168033d3
authored
Aug 01, 2018
by
rgaudin
Browse files
Appveyor: moved external dependencies to our mirror
parent
7f65944e
Changes
1
Hide whitespace changes
Inline
Side-by-side
appveyor.yml
View file @
168033d3
...
...
@@ -85,8 +85,8 @@ install:
# Install qemu
-
mkdir "C:\Program Files\qemu"
-
cd "C:\Program Files\qemu"
-
if %platform%==x86 appveyor DownloadFile "http
s
://
qemu.weilnetz.de/w32/2018
/qemu-w32-setup-20180430.exe" -FileName "qemu-setup.exe"
-
if %platform%==x64 appveyor DownloadFile "http
s
://
qemu.weilnetz.de/w64/2018
/qemu-w64-setup-20180430.exe" -FileName "qemu-setup.exe"
-
if %platform%==x86 appveyor DownloadFile "http://
download.kiwix.org/dev
/qemu-w32-setup-20180430.exe" -FileName "qemu-setup.exe"
-
if %platform%==x64 appveyor DownloadFile "http://
download.kiwix.org/dev
/qemu-w64-setup-20180430.exe" -FileName "qemu-setup.exe"
-
7z x qemu-setup.exe
-
del qemu-setup.exe
-
move qemu-system-arm.exe qemu-arm.exe
...
...
@@ -98,9 +98,9 @@ install:
# bundle 7zip
-
mkdir "C:\Program Files\7zextra"
-
cd "C:\Program Files\7zextra"
-
appveyor DownloadFile "http
s
://
www.7-zip
.org/
a
/7z920_extra.7z"
-
appveyor DownloadFile "http://
download.kiwix
.org/
dev
/7z920_extra.7z"
-
7z.exe x 7z920_extra.7z
-
appveyor DownloadFile "http
s
://
www.7-zip
.org/
a
/7z1805-extra.7z"
-
appveyor DownloadFile "http://
download.kiwix
.org/
dev
/7z1805-extra.7z"
-
7z.exe -y x 7z1805-extra.7z
# Copy Imdisk Installer
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment