Skip to content

Commit

Permalink
Merge pull request #19 from mrdeep1/version_checks
Browse files Browse the repository at this point in the history
CI libcoap library version checks
  • Loading branch information
mrdeep1 committed Jun 21, 2024
2 parents b0f45b8 + 2bc2632 commit b271d88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ env:
jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
matrix:
LIBVER: ["v4.3.4", "develop"]
steps:
- uses: actions/checkout@v4
- name: setup
Expand All @@ -28,6 +31,7 @@ jobs:
run: |
git clone https://github.com/obgm/libcoap.git
cd libcoap
git checkout ${{matrix.LIBVER}}
./autogen.sh
./configure --with-openssl --disable-documentation --disable-doxygen --disable-man --disable-tests --disable-examples --disable-license-install
make
Expand Down

0 comments on commit b271d88

Please sign in to comment.