Skip to content

AM-68 Introduce GHA build for Mac OS #9

AM-68 Introduce GHA build for Mac OS

AM-68 Introduce GHA build for Mac OS #9

Workflow file for this run

name: Compile on latest macOS (Homebrew)
on:
pull_request:
branches: [ "master" ]
permissions:
issues: write
pull-requests: write
checks: write
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install dependencies
run: |
brew install git gcc cmake lsqlite3 gcovr libjpeg-dev
- name: Clone aquamarine repo
run: git clone --branch ${{ github.head_ref }} https://github.com/MaksymT17/aquamarine.git
- name: Build artifacts with Cmake
run: |
cd aquamarine &&
./build.sh