Login
7 branches 0 tags
Ben (RPI 4) Removed conditional usage of dash eebc0f6 4 years ago 170 Commits
nujel / .github / workflows / macos.yml
name: MacOS

on:
  push:
    branches: [ master, develop ]
  pull_request:
    branches: [ master, develop ]

jobs:
  build:
    runs-on: macos-latest

    steps:
    - uses: actions/checkout@v2
    - name: Compile
      run: make -j
    - name: Run Tests
      run: make test