Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
3c97a2fa
Commit
3c97a2fa
authored
Aug 12, 2016
by
Don Gagne
Browse files
Full install of gstreamer
parent
4e759e8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
.appveyor.yml
View file @
3c97a2fa
...
...
@@ -31,7 +31,7 @@ install:
Write-Host "Downloading..."
(New-Object Net.WebClient).DownloadFile('https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/gstreamer-1.0-x86-1.5.2.msi', $msiPath)
Write-Host "Installing..."
cmd /c start /wait msiexec /package $msiPath /passive
cmd /c start /wait msiexec /package $msiPath /passive
ADDLOCAL=ALL
Write-Host "Installed" -ForegroundColor Green
-
ps
:
|
Write-Host "Installing GStreamer dev..." -ForegroundColor Cyan
...
...
@@ -39,7 +39,7 @@ install:
Write-Host "Downloading..."
(New-Object Net.WebClient).DownloadFile('https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/gstreamer-1.0-devel-x86-1.5.2.msi', $msiPath)
Write-Host "Installing..."
cmd /c start /wait msiexec /package $msiPath /passive
cmd /c start /wait msiexec /package $msiPath /passive
ADDLOCAL=ALL
Write-Host "Installed" -ForegroundColor Green
build_script
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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