Skip to content

Update SnapCap driver to use common abort capability from DustCapInterface instead of doing it manually. #2148

Update SnapCap driver to use common abort capability from DustCapInterface instead of doing it manually.

Update SnapCap driver to use common abort capability from DustCapInterface instead of doing it manually. #2148

Workflow file for this run

name: MacOS
on:
workflow_dispatch:
push:
branches:
- 'master'
pull_request:
branches:
- 'master'
jobs:
build:
runs-on: macos-latest
steps:
- name: Get INDI Sources
uses: actions/checkout@v3
with:
path: 'indi'
- name: Install Pre-requisites
run: indi/scripts/requisites-install.sh
- name: Build INDI Core
run: |
indi/scripts/indi-core-build.sh
indi/scripts/indi-core-package-build.sh
- name: Install INDI Core
run: indi/scripts/indi-core-install.sh
- name: Run INDI Core Test
run: indi/scripts/indi-core-test.sh
- name: Archive INDI Core Package
uses: actions/upload-artifact@v4
with:
name: indi-core-package-macos
path: packages/indi-core-package.tar