diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml new file mode 100644 index 0000000..a383a52 --- /dev/null +++ b/.github/workflows/c-cpp.yml @@ -0,0 +1,23 @@ +name: C/C++ CI + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - name: configure + run: ./configure + - name: make + run: make + - name: make check + run: make check + - name: make distcheck + run: make distcheck diff --git a/README.md b/README.md index 38583d8..a941af3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1 @@ -# SampleCode by AlanU - Only. -Code from the meetup by AlanU - Only. +This is a repository for various pieces of sample code discussed by group members during out meetups, and on our chat solution, currently gitter.im .