BE_reseau/.github/workflows/c-cpp.yml
Nicolas Van Wambeke bab4c30b2b
Build on commit
Added a github actions Make on commit to this repository
2022-03-05 16:45:19 +01:00

17 lines
211 B
YAML

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