This commit is contained in:
vaxerski 2021-11-26 21:23:21 +01:00
commit df08ada531
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-3-dev
- name: configure
run: make clear
- name: make
run: make release