Skip to content

Commit

Permalink
Debug integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jfalcou committed Aug 9, 2024
1 parent 48075ad commit c593c8b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
##======================================================================================================================
name: SPY Integration Tests
on:
pull_request:
branches:
- main

push:
branches:
- main
Expand Down
11 changes: 11 additions & 0 deletions cmake/spy-config.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
##======================================================================================================================
## SPY - Compact C++20 Tuple Toolbox
## Copyright : SPY Project Contributors
## SPDX-License-Identifier: BSL-1.0
##======================================================================================================================

##======================================================================================================================
## Reuse install.cmake to preapre package properly
##======================================================================================================================
include("${CMAKE_CURRENT_LIST_DIR}/spy-targets.cmake")
set(SPY_LIBRARIES spy::spy)

0 comments on commit c593c8b

Please sign in to comment.