Skip to content

Commit

Permalink
Add conan package create to ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
czfdcn committed Feb 26, 2024
1 parent 3524f35 commit 839fa7e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,12 @@ jobs:
cd build
ctest
- name: Create up-cpp Conan package
shell: bash
run: |
conan create . --build=missing

# NOTE: In GitHub repository settings, the "Require status checks to pass
# before merging" branch protection rule ensures that commits are only merged
# from branches where specific status checks have passed. These checks are
Expand Down

0 comments on commit 839fa7e

Please sign in to comment.