Create c-cpp.yml

This commit is contained in:
Anas Elgarhy 2022-04-25 17:21:25 +02:00 committed by GitHub
parent f735bad5c0
commit 37aa08be39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

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

@ -0,0 +1,19 @@
name: install test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make install test
run: make install
- name: make uninstall
run: make uninstall