Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
a35f16d9
Commit
a35f16d9
authored
Jun 10, 2016
by
Daniel Agar
Committed by
GitHub
Jun 10, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move gstreamer dependency to s3 (#3521)
parent
97abff09
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.appveyor.yml
.appveyor.yml
+2
-2
.travis.yml
.travis.yml
+2
-2
No files found.
.appveyor.yml
View file @
a35f16d9
...
...
@@ -29,7 +29,7 @@ install:
Write-Host "Installing GStreamer..." -ForegroundColor Cyan
$msiPath = "$($env:USERPROFILE)\gstreamer-1.0-x86-1.8.1.msi"
Write-Host "Downloading..."
(New-Object Net.WebClient).DownloadFile('https://
gstreamer.freedesktop.org/data/pkg/windows/1.8.1
/gstreamer-1.0-x86-1.8.1.msi', $msiPath)
(New-Object Net.WebClient).DownloadFile('https://
s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies
/gstreamer-1.0-x86-1.8.1.msi', $msiPath)
Write-Host "Installing..."
cmd /c start /wait msiexec /package $msiPath /passive
Write-Host "Installed" -ForegroundColor Green
...
...
@@ -37,7 +37,7 @@ install:
Write-Host "Installing GStreamer dev..." -ForegroundColor Cyan
$msiPath = "$($env:USERPROFILE)\gstreamer-1.0-devel-x86-1.8.1.msi"
Write-Host "Downloading..."
(New-Object Net.WebClient).DownloadFile('https://
gstreamer.freedesktop.org/data/pkg/windows/1.8.1
/gstreamer-1.0-devel-x86-1.8.1.msi', $msiPath)
(New-Object Net.WebClient).DownloadFile('https://
s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies
/gstreamer-1.0-devel-x86-1.8.1.msi', $msiPath)
Write-Host "Installing..."
cmd /c start /wait msiexec /package $msiPath /passive
Write-Host "Installed" -ForegroundColor Green
...
...
.travis.yml
View file @
a35f16d9
...
...
@@ -105,8 +105,8 @@ install:
;
fi
-
if [[ "${TRAVIS_OS_NAME}" = "osx" && "${SPEC}" != "ios" ]]; then
wget http
://gstreamer.freedesktop.org/data/pkg/osx/1.5.2
/gstreamer-1.0-devel-1.5.2-x86_64.pkg &&
wget http
://gstreamer.freedesktop.org/data/pkg/osx/1.5.2
/gstreamer-1.0-1.5.2-x86_64.pkg &&
wget http
s://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies
/gstreamer-1.0-devel-1.5.2-x86_64.pkg &&
wget http
s://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies
/gstreamer-1.0-1.5.2-x86_64.pkg &&
sudo installer -verboseR -pkg gstreamer-1.0-devel-1.5.2-x86_64.pkg -target / &&
sudo installer -verboseR -pkg gstreamer-1.0-1.5.2-x86_64.pkg -target / &&
wget https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/Qt5.5.1-mac-clang.tar.bz2 &&
...
...
Write
Preview
Markdown
is supported
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