Login
7 branches 0 tags
Ben (X13/Void) Implemented [min] and [max] using reduce cf56d15 4 years ago 314 Commits
nujel / .github / workflows / ubuntu.yml
name: Ubuntu

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

jobs:
  build:
    runs-on: ubuntu-latest

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