Skip to content

Commit

Permalink
actions: build static step
Browse files Browse the repository at this point in the history
  • Loading branch information
gonsie committed Feb 14, 2022
1 parent bc66c68 commit 81fa1b6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,14 @@ jobs:
with:
os: ${{ matrix.os }}

- name: build static
uses: ecp-veloc/github-actions/cmake-build-static@main
with:
component: rankstr
target: ${{ matrix.target }}

- name: build and test
uses: ecp-veloc/github-actions/cmake-build-test@main
with:
component: rankstr
target: ${{ matrix.target }}
cmake_line: "-DBUILD_SHARED_LIBS=ON -DRANKSTR_LINK_STATIC=ON"

0 comments on commit 81fa1b6

Please sign in to comment.