Skip to content

Windows-Release.yml: invoke CPack via CMake:… (0.10.x) #16

Windows-Release.yml: invoke CPack via CMake:… (0.10.x)

Windows-Release.yml: invoke CPack via CMake:… (0.10.x) #16

Workflow file for this run

name: 'MacOS-CI'
on: [ pull_request, workflow_dispatch ]
jobs:
build:
name: Build
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash
strategy:
fail-fast: false
matrix:
os:
# x86-64
- macos-13
# M1 processor
#- macos-14
steps:
- name: Check out repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 2
submodules: false
- name: Build it
env:
MY_OS_NAME: macos
IS_RELEASE: 0
run: script/cibuild $FLAGS