Skip to content

Commit

Permalink
github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
uecker committed Sep 30, 2024
1 parent f35a94d commit 0a1b09c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: C CI

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: update
run: sudo apt-get install -q gcc make libbart-dev libgtk-3-dev
- name: make all
run: make all

0 comments on commit 0a1b09c

Please sign in to comment.