Add gh actions CI

This commit is contained in:
Martin Raiber
2020-11-08 23:29:35 +01:00
committed by GitHub
parent d1640e7c4f
commit 1721df91bb

17
.github/workflows/c-cpp.yml vendored Normal file
View File

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