Skip to content

Lw/safer string functions #322

Lw/safer string functions

Lw/safer string functions #322

Workflow file for this run

name: Build and Test on macOS
on:
push:
branches: '**'
pull_request:
branches: '**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build_and_test:
runs-on: macos-14
steps:
- name: Checkout code including full history and submodules
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
submodules: true
fetch-depth: 0
- name: Install dependencies from Homebrew
run: |
brew install automake cmake cunit gnu-getopt make ninja
- name: Build all binaries
run: |
tools/ci/run_ci.sh --run-build --verbose
- name: Build, execute unit tests
run: |
tools/ci/run_ci.sh --run-tests