-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
126b008
commit 94912ee
Showing
22 changed files
with
2,773 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,26 +63,13 @@ jobs: | |
setup-python: true | ||
cache: true | ||
|
||
- name: Download Gstreamer | ||
uses: suisei-cn/actions-download-file@v1.6.0 | ||
- name: Setup GStreamer | ||
uses: blinemedical/setup-gstreamer@v1 | ||
with: | ||
url: https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/gstreamer-1.0-msvc-x86_64-1.18.1.msi | ||
target: ${{ runner.temp }}\ | ||
|
||
- name: Download Gstreamer dev | ||
uses: suisei-cn/[email protected] | ||
with: | ||
url: https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/gstreamer-1.0-devel-msvc-x86_64-1.18.1.msi | ||
target: ${{ runner.temp }}\ | ||
|
||
- name: Install Gstreamer | ||
run: | | ||
cmd /c start /wait msiexec /package ${{ runner.temp }}\gstreamer-1.0-msvc-x86_64-1.18.1.msi /passive ADDLOCAL=ALL | ||
cmd /c start /wait msiexec /package ${{ runner.temp }}\gstreamer-1.0-devel-msvc-x86_64-1.18.1.msi /passive ADDLOCAL=ALL | ||
version: 1.18.6 | ||
|
||
- name: Install Dependencies | ||
run: | | ||
python -m pip install ninja | ||
run: python -m pip install ninja | ||
|
||
- name: Set up Visual Studio shell | ||
uses: ilammy/msvc-dev-cmd@v1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,22 +75,8 @@ jobs: | |
run: | | ||
7z x jom.zip -ojom | ||
- name: Download Gstreamer | ||
uses: suisei-cn/[email protected] | ||
with: | ||
url: https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/gstreamer-1.0-msvc-x86_64-1.18.1.msi | ||
target: ${{ runner.temp }}\ | ||
|
||
- name: Download Gstreamer dev | ||
uses: suisei-cn/[email protected] | ||
with: | ||
url: https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/gstreamer-1.0-devel-msvc-x86_64-1.18.1.msi | ||
target: ${{ runner.temp }}\ | ||
|
||
- name: Install Gstreamer | ||
run: | | ||
cmd /c start /wait msiexec /package ${{ runner.temp }}\gstreamer-1.0-msvc-x86_64-1.18.1.msi /passive ADDLOCAL=ALL | ||
cmd /c start /wait msiexec /package ${{ runner.temp }}\gstreamer-1.0-devel-msvc-x86_64-1.18.1.msi /passive ADDLOCAL=ALL | ||
run: choco install --no-progress gstreamer gstreamer-devel --version=1.18.6 | ||
|
||
- name: Set up Visual Studio shell | ||
uses: ilammy/msvc-dev-cmd@v1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.