First test workflow

This commit is contained in:
Alexandre Dulaunoy 2020-04-23 10:06:33 +02:00 committed by GitHub
parent 36496e31db
commit 9080357499
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
.github/workflows/ccpp.yml vendored Normal file
View file

@ -0,0 +1,19 @@
name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: configure
run: ./configure
- name: make
run: make