diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-05-06 22:28:03 +0200 |
---|---|---|
committer | rodarima <rodarima@gmail.com> | 2024-05-12 23:01:42 +0200 |
commit | b0f558ce519107a37f0b7cfd5a5a4f6b3d4ae64b (patch) | |
tree | a7387718b004dd7326ce6a5ed527a62a3739fa59 | |
parent | 26344ae27d367577d0a2b0a38efae8358041df56 (diff) |
Add Alpine to CI
-rw-r--r-- | .github/workflows/build.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 08ef9095..de86b8f1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -114,6 +114,26 @@ jobs: run: make check - name: make distcheck run: make distcheck + alpine-mbedtls-3_6_0: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: jirutka/setup-alpine@v1 + with: + packages: > + build-base + autoconf + automake + fltk-dev + libpng-dev + libjpeg-turbo-dev + mbedtls-dev + - run: | + ./autogen.sh + ./configure + make + make check + shell: alpine.sh {0} macOS-13-openssl-1-1: needs: ubuntu-latest-html-tests runs-on: macos-13 |