Create ubuntu-build-and-test.yml

This commit is contained in:
Ave 2021-01-04 00:32:59 +00:00 committed by GitHub
commit 4daf4a8d53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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