Login
7 branches 0 tags
Ben (Win10) Added missing null checks in tree ops 682911f 4 years ago 374 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