-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdlproject.yaml
More file actions
101 lines (95 loc) · 2.28 KB
/
dlproject.yaml
File metadata and controls
101 lines (95 loc) · 2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
---
# Config file for the project. Used by the Invoke tasks, primarily.
config:
# Basic configuration variables
global:
config_url: git@github.com:datalogics/conan-config.git
# Regex that indicates a release branch
stable_branch_pattern: release-.*
new_conan_tools: true
cmake_install_after_build: true
macos-15-x86_64:
config:
Release:
profile_host:
- apple-clang-16.4-intel-cppstd-17
profile_build:
- apple-clang-16.4-intel-cppstd-17
build:
- missing
Debug:
include: Release
settings_host:
- build_type=Debug
macos-15-arm64:
config:
Release:
profile_host:
- apple-clang-16.4-arm-cppstd-17
profile_build:
- apple-clang-16.4-arm-cppstd-17
build:
- missing
Debug:
include: Release
settings_host:
- build_type=Debug
rocky-8-x86_64:
config:
Release:
profile_host:
- clang-18-linux-x86_64-cppstd-17
profile_build:
- clang-18-linux-x86_64-cppstd-17
build:
- missing
Debug:
include: Release
settings_host:
- build_type=Debug
packaging:
configs:
- Release
- Debug
rocky-8-aarch64:
config:
Release:
profile_host:
- clang-18-linux-armv8-cppstd-17
profile_build:
- clang-18-linux-armv8-cppstd-17
build:
- missing
Debug:
include: Release
settings_host:
- build_type=Debug
packaging:
configs:
- Release
- Debug
windows-x86_64:
config:
Release:
profile_host:
- msvc-x64-194-cppstd-17
profile_build:
- msvc-x64-194-cppstd-17
build:
- missing
settings_host:
- adobe_pdf_library/*:build_type=RelWithDebInfo
- compiler.runtime=static
- compiler.runtime_type=Release
conf_host:
- tools.cmake.cmaketoolchain:generator=Ninja
Debug:
include: Release
settings_host:
- build_type=Debug
- compiler.runtime=dynamic
- compiler.runtime_type=Debug
packaging:
configs:
- Release
- Debug