Skip to content

tool/hone: amalgam #652

tool/hone: amalgam

tool/hone: amalgam #652

Workflow file for this run

name: macOS
on:
push:
branches: [ release, next ]
pull_request:
branches: [ release, next ]
jobs:
build:
runs-on: ${{matrix.os}}
strategy:
fail-fast: false
matrix:
os:
- macos-latest
- macos-11
- macos-12
- macos-13
cxx_compiler:
- clang++
install_location:
- .local
steps:
- uses: actions/checkout@v3
- uses: lukka/get-cmake@v3.27.0
- run: |
tool/build --verbose --no-run
ls -al out/this/Debug
ls -al out/this/Release
- run: tool/build --verbose --no-build --no-run-perf
- run: tool/build --verbose --no-build --no-run-unit
- run: tool/test/all || tool/test/all