Merge pull request #8 from viniciusfdasilva/dev

Dev
This commit is contained in:
Vinicius Silva 2023-12-27 23:22:37 -03:00 committed by GitHub
commit 04a71cbcb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

27
.github/workflows/test.yml vendored Normal file
View File

@ -0,0 +1,27 @@
name: Pingpong
on:
push:
branches: [dev]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up CMake
uses: threeal/cmake-action@v1.3.0
with:
cmake-version: 3.21
- name: Configure and build
run: |
cmake .
make