Skip to content

Commit

Permalink
feat: use conan to build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Nov 27, 2023
1 parent e0da51e commit 544eb39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
shared: [ True ]
options:
- { shared: True }
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Code
Expand All @@ -94,4 +95,4 @@ jobs:
- name: Build with Conan
run: |
conan profile detect --force
conan create . --build=missing -o shared=${{ matrix. shared }}
conan create . --build=missing -o shared=${{ matrix.options.shared }}

0 comments on commit 544eb39

Please sign in to comment.