Skip to content

.gitingore added cmake folder #26

.gitingore added cmake folder

.gitingore added cmake folder #26

Workflow file for this run

name: "C++ automated testing"
on:
push:
branches: [ "master", "dev" ]
pull_request:
branches: [ "master", "dev" ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Compile and run tests
run: |
make test