Merge pull request #1 from Anas-Elgarhy/Anas-Elgarhy-patch-1

Create c-cpp.yml
This commit is contained in:
Anas Elgarhy 2022-04-25 17:21:35 +02:00 committed by GitHub
commit e0bb9e3add
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