Skip to content

Merge branch 'mjcarroll/garden_bazel' into mjcarroll/add_header_targets #24

Merge branch 'mjcarroll/garden_bazel' into mjcarroll/add_header_targets

Merge branch 'mjcarroll/garden_bazel' into mjcarroll/add_header_targets #24

Workflow file for this run

# https://help.github.com/en/articles/workflow-syntax-for-github-actions
name: CI macOS
on:
push:
branches:
- "**"
pull_request:
branches:
- "**"
schedule:
# Cron syntax: [minute hour day_of_the_month month day_of_the_week]
- cron: "0 2 * * 0,3" # Run every Sunday and Wednesday at 02:00
jobs:
build:
name: ${{ matrix.build_type }}
runs-on: macos-12
strategy:
fail-fast: false
matrix:
build_type: [Release]
env:
COMPILER: clang
BUILD_TYPE: ${{ matrix.build_type }}
BUILD_DARTPY: ON
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Dependencies
env:
INSTALL_OSG_HEAD: OFF # To avoid building OSG, until 3.7 is released.
run: .ci/install_osx.sh
- name: Build
run: sudo -E .ci/build.sh