Skip to content

CI/CD - switch Android build to CMake #60

CI/CD - switch Android build to CMake

CI/CD - switch Android build to CMake #60

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 \
openal-soft
- name: Compile
run: |
./adm/ci/build_sview_osx.sh