Login
7 branches 0 tags
Benjamin Vincent Schulenburg Implemented `quote` in Nujel instead of C 8d2fc43 4 years ago 24 Commits
nujel / .github / workflows / nujel.yml
name: Nujel

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 -j4
    - name: Run Tests
      run: make test