mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 13:55:39 +02:00
Improve Conan recipe support (#2831)
* Improve Conan recipe support * export files * supports c++14 * update Conan client in the CI * Better compatibility with Conan 1.x * Manage options and cppstd for Conan 1.x * copy eveything from extra Signed-off-by: Uilian Ries <uilianries@gmail.com>
This commit is contained in:
@@ -9,12 +9,12 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
conan_version:
|
||||
- '1.62'
|
||||
- '2.0'
|
||||
- '1.63'
|
||||
- '2.1'
|
||||
|
||||
include:
|
||||
# Conan 1 has default profiles installed
|
||||
- conan_version: '1.62'
|
||||
- conan_version: '1.63'
|
||||
profile_generate: 'false'
|
||||
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user