Skip to content

Fix CMake and GitHub action for macOS #160

Fix CMake and GitHub action for macOS

Fix CMake and GitHub action for macOS #160

Workflow file for this run

name: Linux
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
tests:
runs-on: ubuntu-20.04
strategy:
matrix:
dist:
- py3_casacore_master
steps:
- name: Checkout
uses: actions/checkout@v4
with:
# Needed for `setuptools-scm`
fetch-depth: 0
- name: Build container
run: docker build . -t ${{ matrix.dist }} -f .github/workflows/${{ matrix.dist }}.docker