Skip to content

Merge pull request #439 from strukturag/fix-autoconf-libde265-pc #172

Merge pull request #439 from strukturag/fix-autoconf-libde265-pc

Merge pull request #439 from strukturag/fix-autoconf-libde265-pc #172

Workflow file for this run

name: osx
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
strategy:
matrix:
env:
- { CC: "clang", CXX: "clang++" }
- { CC: "gcc", CXX: "g++" }
- { CC: "gcc", CXX: "g++", CMAKE: "cmake" }
env: ${{ matrix.env }}
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Checkout sample streams
uses: actions/checkout@v4
with:
repository: strukturag/libde265-data
path: libde265-data
- name: Install dependencies
run: |
./scripts/ci-before-install-osx.sh
- name: Prepare CI
run: |
./scripts/ci-before-script.sh
- name: Run tests
run: |
./scripts/ci-run.sh