Skip to content

Commit

Permalink
ci: convert ssl build to cmake (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh authored Sep 17, 2022
1 parent 9b78d72 commit 01b30a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
wget "https://github.com/baresip/ci/releases/download/v0.1/assets.tar.gz"
tar -xf assets.tar.gz
- name: make
run: make EXTRA_CFLAGS="-Iassets/${{ matrix.ssl }}/include -Werror" EXTRA_LFLAGS="-Lassets/${{ matrix.ssl }}" CCACHE=;
run: cmake -B build -DCMAKE_C_FLAGS="-Iassets/${{ matrix.ssl }}/include -Werror" -DCMAKE_EXE_LINKER_FLAGS="-Lassets/${{ matrix.ssl }}" && cmake --build build -j

0 comments on commit 01b30a1

Please sign in to comment.