first pass at the templates
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
on: [push]
|
||||
|
||||
name: C/C++ with make
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@master
|
||||
|
||||
- name: configure
|
||||
run: ./configure
|
||||
|
||||
- name: make
|
||||
run: make
|
||||
|
||||
- name: make test
|
||||
run: make test
|
||||
Reference in New Issue
Block a user