Login
7 branches 0 tags
Ben (X13/Arch) Reader can now read dotted pairs c82ef6e 4 years ago 114 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