Skip to content

chore: fix vscode settings syntax #215

chore: fix vscode settings syntax

chore: fix vscode settings syntax #215

Workflow file for this run

name: Build - mac
on:
push:
branches:
- '**'
tags:
- 'v*'
paths-ignore:
- 'buildtools/docker/**'
- 'docs/**'
- '.vscode/**'
- '.devcontainer/**'
- '**.md'
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: '0'
submodules: 'true'
- name: Install tools and dependencies
run: |
brew install tree bear automake meson yasm nasm
# already present: autoconf, go, openssl
- name: Build
run: |
buildtools/scripts/build.sh
tree build
- uses: actions/upload-artifact@v3
with:
name: ffmpeg-bin
path: build/bin/
- uses: actions/upload-artifact@v3
if: failure()
with:
name: ffbuild-logs
path: ffmpeg/ffbuild/config.log
- name: Test
run: |
./tests/acceptance-test.sh