Skip to content

known broken: Integrate vcpkg into the .xcodeproj. #10

known broken: Integrate vcpkg into the .xcodeproj.

known broken: Integrate vcpkg into the .xcodeproj. #10

name: Unit Tests / Required / Static / macOS
on: push
env:
VCPKG_DISABLE_METRICS: 1
jobs:
build:
name: 'macOS Ventura'
runs-on: macos-13
strategy:
fail-fast: false
matrix:
build-type:
- Release
- Debug
steps:
- name: Checkout Anura
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
with:
# We need the full history for the vcpkg integration to work
fetch-depth: 0
submodules: true
# Sets a cache up for vcpkg
- name: Install vcpkg
uses: lukka/run-vcpkg@abed23940f9d7bc267b0e1a21ee7b699a3794baa # v11.1
- name: Install XCode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.3.1'
- name: Install Build Time Dependencies
run: |
brew install \
automake \
autoconf \
autoconf-archive
- name: Build Anura
run: xcodebuild -configuration "${{ matrix.build-type }}" -target Frogatto -project MacOS/Frogatto.xcodeproj
- name: Run Unit Tests
run: .\windows\x64\"${{ matrix.build-type }}"\anura.exe --tests