Login
7 branches 0 tags
Ben (X13/Arch) Fixed λ symbol arguments being evaluated twice a70b343 4 years ago 80 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