Login
7 branches 0 tags
Ben (X13/Void) Removed link to wasm repl since it is broken 8b3535e 4 years ago 286 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