Skip to content

Commit

Permalink
CI: Test linking against the installed library
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Oct 27, 2023
1 parent 8b808bf commit 83cb109
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,12 @@ jobs:

- name: Inspect
run: tree install/

- name: Test installed library
shell: bash
run: |
rm CMakeUserPresets.json
conan install . --output-folder=build/test_install --build=missing -s build_type=Release
cp CMakeUserPresets.json test_package/
cmake -S test_package/ --preset conan-release -DEDIE_ROOT=$(pwd)/install/lib/cmake/EDIE/
cmake --build --preset conan-release

0 comments on commit 83cb109

Please sign in to comment.