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 ae4c45d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,11 @@ jobs:

- name: Inspect
run: tree install/

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

0 comments on commit ae4c45d

Please sign in to comment.