11{
2- "version" : 3 ,
3-
4- "buildPresets" : [
5- {
6- "name" : " ci-base" ,
7- "hidden" : true ,
8- "configuration" : " Release"
9- },
10- {
11- "name" : " win_msvc_af_cpu_ci_build_test" ,
12- "configurePreset" : " msvc_af_cpu" ,
13- "inherits" : " ci-base"
14-
15- },
16- {
17- "name" : " win_msvc_af_cuda_ci_build" ,
18- "configurePreset" : " msvc_af_cuda" ,
19- "inherits" : " ci-base"
20- },
21- {
22- "name" : " linux_gcc_af_cpu_ci_build_test" ,
23- "configurePreset" : " gcc_af_cpu" ,
24- "inherits" : " ci-base"
25-
26- },
27- {
28- "name" : " linux_gcc_af_cuda_ci_build" ,
29- "configurePreset" : " gcc_af_cuda" ,
30- "inherits" : " ci-base"
31- }
32- ]
2+ "version" : 3 ,
3+ "configurePresets" : [
4+ {
5+ "name" : " ci-config-base" ,
6+ "hidden" : true ,
7+ "inherits" : [
8+ " build-cache"
9+ ],
10+ "cacheVariables" : {
11+ "FL_BUILD_TESTS" : " ON" ,
12+ "FL_BUILD_STANDALONE" : " ON"
13+ }
14+ },
15+ {
16+ "name" : " ci_msvc_af_cpu" ,
17+ "inherits" : [
18+ " ci-config-base" ,
19+ " msvc_af_cpu"
20+ ]
21+ },
22+ {
23+ "name" : " ci_msvc_af_cuda" ,
24+ "inherits" : [
25+ " ci-config-base" ,
26+ " msvc_af_cuda"
27+ ]
28+ },
29+ {
30+ "name" : " ci_gcc_af_cpu" ,
31+ "inherits" : [
32+ " ci-config-base" ,
33+ " gcc_af_cpu"
34+ ]
35+ },
36+ {
37+ "name" : " ci_gcc_af_cuda" ,
38+ "inherits" : [
39+ " ci-config-base" ,
40+ " gcc_af_cuda"
41+ ]
42+ }
43+ ],
44+ "buildPresets" : [
45+ {
46+ "name" : " ci-build-base" ,
47+ "hidden" : true ,
48+ "configuration" : " Release"
49+ },
50+ {
51+ "name" : " win_msvc_af_cpu_ci_build_test" ,
52+ "configurePreset" : " ci_msvc_af_cpu" ,
53+ "inherits" : " ci-build-base"
54+ },
55+ {
56+ "name" : " win_msvc_af_cuda_ci_build" ,
57+ "configurePreset" : " ci_msvc_af_cuda" ,
58+ "inherits" : " ci-build-base"
59+ },
60+ {
61+ "name" : " linux_gcc_af_cpu_ci_build_test" ,
62+ "configurePreset" : " ci_gcc_af_cpu" ,
63+ "inherits" : " ci-build-base"
64+ },
65+ {
66+ "name" : " linux_gcc_af_cuda_ci_build" ,
67+ "configurePreset" : " ci_gcc_af_cuda" ,
68+ "inherits" : " ci-build-base"
69+ }
70+ ]
3371}
0 commit comments