Merge branch 'main' into dev

This commit is contained in:
lucaspalomodevelop 2023-05-16 18:17:28 +02:00
commit d8f3b7d311

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

@ -0,0 +1,29 @@
name: C/C++ CI
on:
push:
branches: [ "main", "dev" ]
pull_request:
branches: [ "main", "dev" ]
jobs:
build:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
# - name: configure
# run: ./configure
- name: make
run: make
# - name: make check
# run: make check
# - name: make distcheck
# run: make distcheck