Merge github.com:nicolasvw/mictcp

This commit is contained in:
Nicolas Van Wambeke 2022-03-12 09:49:01 +01:00
commit 13766b7c78

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

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