Login
7 branches 0 tags
Ben (X13/Void) Better array/2d routines and some tests for them f88a811 4 years ago 324 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