ci: combined mac dependencies

This commit is contained in:
itsmattkc
2020-11-16 18:35:18 +11:00
parent 8a949a3153
commit ea090a9215
+3 -27
View File
@@ -308,35 +308,11 @@ jobs:
with:
version: 5.15.1
- name: Acquire FFmpeg
- name: Acquire Dependencies
shell: bash
run: |
$DOWNLOAD_TOOL https://olivevideoeditor.org/deps/ffmpeg-mac.zip
$EXTRACT_TOOL ffmpeg-mac.zip
- name: Acquire OpenColorIO
shell: bash
run: |
$DOWNLOAD_TOOL https://olivevideoeditor.org/deps/ocio-mac.zip
$EXTRACT_TOOL ocio-mac.zip
- name: Acquire OpenEXR
shell: bash
run: |
$DOWNLOAD_TOOL https://olivevideoeditor.org/deps/openexr-mac.zip
$EXTRACT_TOOL openexr-mac.zip
- name: Acquire OpenImageIO
shell: bash
run: |
$DOWNLOAD_TOOL https://olivevideoeditor.org/deps/oiio-mac.zip
$EXTRACT_TOOL oiio-mac.zip
- name: Acquire Crashpad
shell: bash
run: |
$DOWNLOAD_TOOL https://olivevideoeditor.org/deps/crashpad-mac.zip
$EXTRACT_TOOL crashpad-mac.zip
$DOWNLOAD_TOOL https://olivevideoeditor.org/deps/dep-mac.7z
$EXTRACT_TOOL dep-mac.7z
- name: Configure CMake
shell: bash