Skip to content

Merge pull request #8 from techquestsdev/dependabot/github_actions/ac… #28

Merge pull request #8 from techquestsdev/dependabot/github_actions/ac…

Merge pull request #8 from techquestsdev/dependabot/github_actions/ac… #28

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: Build & Test
runs-on: macos-latest
steps:
- uses: actions/checkout@v6
- name: Install Xcode Command Line Tools
run: |
if ! xcode-select -p &>/dev/null; then
xcode-select --install
fi
- name: Build
run: make
- name: Run tests
run: make test
- name: Build debug version
run: make debug
- name: Upload artifact
uses: actions/upload-artifact@v6
with:
name: macos-free-darwin
path: bin/free