Login
7 branches 0 tags
Ben (X13/Arch) Added [compile/file] for generating .no files 5980da6 4 years ago 49 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 -j4
    - name: Run Tests
      run: make test