added a make action

This commit is contained in:
vaxerski 2021-11-26 21:20:07 +01:00 committed by GitHub
parent 184207793d
commit d6d113c4e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

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

@ -0,0 +1,21 @@
name: C/C++ CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: getpkgs
run: sudo apt install xcb cmake gcc libgtk-4-dev
- name: configure
run: make clear
- name: make
run: make release