Skip to content

Commit

Permalink
Merge pull request #1 from CoderThomasB/CoderThomasB-Github-Actions
Browse files Browse the repository at this point in the history
Create c-cpp.yml
  • Loading branch information
CoderThomasB authored Apr 2, 2021
2 parents 35d7840 + 7cadd58 commit 01b7ab8
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: C/C++ CI

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

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
# - name: configure
# run: ./configure
- name: install_GTK_DEV
run: sudo apt-get install libgtk-3-dev
- name: make
run: make
# - name: make check
# run: make check
# - name: make distcheck
# run: make distcheck

0 comments on commit 01b7ab8

Please sign in to comment.