Create ubuntu-build-and-test.yml
This commit is contained in:
12
.github/workflows/ubuntu-build-and-test.yml
vendored
Normal file
12
.github/workflows/ubuntu-build-and-test.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user