Skip to content

Add mac build

Add mac build #7

Workflow file for this run

on: push
name: Build
jobs:
build_docker:
strategy:
matrix:
target: [gcc, clang, hip, cuda]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v6
with:
target: ${{ matrix.target }}
build_mac:
runs-on: macos-latest
steps:
- uses: threeal/[email protected]
with:
build-dir: build
options:
ENABLE_WARNINGS_AS_ERRORS=Off
UMPIRE_ENABLE_DEVELOPER_DEFAULTS=On
UMPIRE_ENABLE_DEVELOPER_BENCHMARKS=On
CMAKE_BUILD_TYPE=Release