Skip to content

Configuraiton - drop legacy Code::Blocks project files (replaced by C… #8

Configuraiton - drop legacy Code::Blocks project files (replaced by C…

Configuraiton - drop legacy Code::Blocks project files (replaced by C… #8

name: Build (macOS 13)
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
macOS:
runs-on: macos-13
steps:
- name: Clone Tree
uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Install Dependencies
run: |
brew update
brew install \
freetype \
ffmpeg
- name: Compile
run: |
./continuousIntegration/build_sview_osx.sh