Skip to content

Test compile on older Ubuntu. #336

Test compile on older Ubuntu.

Test compile on older Ubuntu. #336

Workflow file for this run

name: macOS Build
on:
push:
branches:
- main
pull_request:
jobs:
install_dependencies_and_build:
name: Install Dependencies and Build
runs-on: macos-latest
steps:
- name: Prepare environment and install dependencies
run: |
brew update
brew install GraphicsMagick webp cmake
brew install libdeflate libsixel
brew install ffmpeg jpeg-turbo libexif libpng
brew install openslide
brew install pandoc
- name: Get the Source
uses: actions/checkout@v3
- name: Build timg
run: |
mkdir build
cd build
cmake .. -DWITH_VIDEO_DECODING=On -DWITH_VIDEO_DEVICE=On -DWITH_OPENSLIDE_SUPPORT=On
make -k