Create ubuntu-build-and-test.yml

This commit is contained in:
Ave
2021-01-04 00:32:59 +00:00
committed by GitHub
parent eaee80f3d7
commit 4daf4a8d53

View File

@@ -0,0 +1,12 @@
name: Ubuntu Build and Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make all
run: make all