Skip to content

Adapt player timed effect test cases to FAangband #207

Adapt player timed effect test cases to FAangband

Adapt player timed effect test cases to FAangband #207

Workflow file for this run

name: Mac
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
name: Cocoa
runs-on: macos-latest
steps:
- name: Clone Project
uses: actions/checkout@v3
- name: Build
run: |
cd src
env OPT="-DSKIP_ANGBAND_OLD_INT_TYPEDEFS -DUSE_FUNC_ATTR_FORMAT" make -f Makefile.osx