|
|
@ -19,10 +19,12 @@ jobs: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
ref: ${{ matrix.branches }} |
|
|
|
ref: ${{ matrix.branches }} |
|
|
|
|
|
|
|
- name: prerequisites |
|
|
|
|
|
|
|
run: brew install autoconf automake libtool pkg-config curl git cmake gcc gperf texinfo yasm nasm bison autogen wget meson ninja |
|
|
|
- name: set up xcode |
|
|
|
- name: set up xcode |
|
|
|
run: echo "export DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" > ~/.xcode.for.ffmpeg.kit.sh |
|
|
|
run: echo "export DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" > ~/.xcode.for.ffmpeg.kit.sh |
|
|
|
- name: run the build script |
|
|
|
- name: run the build script |
|
|
|
run: ./ios.sh -x --full --enable-gpl --disable-lib-srt |
|
|
|
run: PATH="/usr/local/opt/bison/bin:$PATH" ./ios.sh -x --full --enable-gpl --disable-lib-srt |
|
|
|
- name: print build logs |
|
|
|
- name: print build logs |
|
|
|
if: ${{ always() }} |
|
|
|
if: ${{ always() }} |
|
|
|
run: cat build.log |
|
|
|
run: cat build.log |
|
|
@ -43,10 +45,12 @@ jobs: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
ref: ${{ matrix.branches }} |
|
|
|
ref: ${{ matrix.branches }} |
|
|
|
|
|
|
|
- name: prerequisites |
|
|
|
|
|
|
|
run: brew install autoconf automake libtool pkg-config curl git cmake gcc gperf texinfo yasm nasm bison autogen wget meson ninja |
|
|
|
- name: set up xcode |
|
|
|
- name: set up xcode |
|
|
|
run: echo "export DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" > ~/.xcode.for.ffmpeg.kit.sh |
|
|
|
run: echo "export DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" > ~/.xcode.for.ffmpeg.kit.sh |
|
|
|
- name: run the build script |
|
|
|
- name: run the build script |
|
|
|
run: ./ios.sh -l --full --enable-gpl --disable-lib-srt |
|
|
|
run: PATH="/usr/local/opt/bison/bin:$PATH" ./ios.sh -l --full --enable-gpl --disable-lib-srt |
|
|
|
- name: print build logs |
|
|
|
- name: print build logs |
|
|
|
if: ${{ always() }} |
|
|
|
if: ${{ always() }} |
|
|
|
run: cat build.log |
|
|
|
run: cat build.log |
|
|
@ -67,10 +71,12 @@ jobs: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
ref: ${{ matrix.branches }} |
|
|
|
ref: ${{ matrix.branches }} |
|
|
|
|
|
|
|
- name: prerequisites |
|
|
|
|
|
|
|
run: brew install autoconf automake libtool pkg-config curl git cmake gcc gperf texinfo yasm nasm bison autogen wget meson ninja |
|
|
|
- name: set up xcode |
|
|
|
- name: set up xcode |
|
|
|
run: echo "export DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" > ~/.xcode.for.ffmpeg.kit.sh |
|
|
|
run: echo "export DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" > ~/.xcode.for.ffmpeg.kit.sh |
|
|
|
- name: run the build script |
|
|
|
- name: run the build script |
|
|
|
run: ./macos.sh -x --full --enable-gpl --disable-lib-srt |
|
|
|
run: PATH="/usr/local/opt/bison/bin:$PATH" ./macos.sh -x --full --enable-gpl --disable-lib-srt |
|
|
|
- name: print build logs |
|
|
|
- name: print build logs |
|
|
|
if: ${{ always() }} |
|
|
|
if: ${{ always() }} |
|
|
|
run: cat build.log |
|
|
|
run: cat build.log |
|
|
@ -91,10 +97,12 @@ jobs: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
ref: ${{ matrix.branches }} |
|
|
|
ref: ${{ matrix.branches }} |
|
|
|
|
|
|
|
- name: prerequisites |
|
|
|
|
|
|
|
run: brew install autoconf automake libtool pkg-config curl git cmake gcc gperf texinfo yasm nasm bison autogen wget meson ninja |
|
|
|
- name: set up xcode |
|
|
|
- name: set up xcode |
|
|
|
run: echo "export DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" > ~/.xcode.for.ffmpeg.kit.sh |
|
|
|
run: echo "export DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" > ~/.xcode.for.ffmpeg.kit.sh |
|
|
|
- name: run the build script |
|
|
|
- name: run the build script |
|
|
|
run: ./macos.sh -l --full --enable-gpl --disable-lib-srt |
|
|
|
run: PATH="/usr/local/opt/bison/bin:$PATH" ./macos.sh -l --full --enable-gpl --disable-lib-srt |
|
|
|
- name: print build logs |
|
|
|
- name: print build logs |
|
|
|
if: ${{ always() }} |
|
|
|
if: ${{ always() }} |
|
|
|
run: cat build.log |
|
|
|
run: cat build.log |
|
|
@ -115,10 +123,12 @@ jobs: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
ref: ${{ matrix.branches }} |
|
|
|
ref: ${{ matrix.branches }} |
|
|
|
|
|
|
|
- name: prerequisites |
|
|
|
|
|
|
|
run: brew install autoconf automake libtool pkg-config curl git cmake gcc gperf texinfo yasm nasm bison autogen wget meson ninja |
|
|
|
- name: set up xcode |
|
|
|
- name: set up xcode |
|
|
|
run: echo "export DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" > ~/.xcode.for.ffmpeg.kit.sh |
|
|
|
run: echo "export DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" > ~/.xcode.for.ffmpeg.kit.sh |
|
|
|
- name: run the build script |
|
|
|
- name: run the build script |
|
|
|
run: ./tvos.sh -x --full --enable-gpl --disable-lib-srt |
|
|
|
run: PATH="/usr/local/opt/bison/bin:$PATH" ./tvos.sh -x --full --enable-gpl --disable-lib-srt |
|
|
|
- name: print build logs |
|
|
|
- name: print build logs |
|
|
|
if: ${{ always() }} |
|
|
|
if: ${{ always() }} |
|
|
|
run: cat build.log |
|
|
|
run: cat build.log |
|
|
@ -139,10 +149,12 @@ jobs: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
ref: ${{ matrix.branches }} |
|
|
|
ref: ${{ matrix.branches }} |
|
|
|
|
|
|
|
- name: prerequisites |
|
|
|
|
|
|
|
run: brew install autoconf automake libtool pkg-config curl git cmake gcc gperf texinfo yasm nasm bison autogen wget meson ninja |
|
|
|
- name: set up xcode |
|
|
|
- name: set up xcode |
|
|
|
run: echo "export DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" > ~/.xcode.for.ffmpeg.kit.sh |
|
|
|
run: echo "export DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer" > ~/.xcode.for.ffmpeg.kit.sh |
|
|
|
- name: run the build script |
|
|
|
- name: run the build script |
|
|
|
run: ./tvos.sh -l --full --enable-gpl --disable-lib-srt |
|
|
|
run: PATH="/usr/local/opt/bison/bin:$PATH" ./tvos.sh -l --full --enable-gpl --disable-lib-srt |
|
|
|
- name: print build logs |
|
|
|
- name: print build logs |
|
|
|
if: ${{ always() }} |
|
|
|
if: ${{ always() }} |
|
|
|
run: cat build.log |
|
|
|
run: cat build.log |
|
|
|