Skip to content

Commit 3daab4e

Browse files
committed
Fix workflow : update test
1 parent c691ff8 commit 3daab4e

68 files changed

Lines changed: 9431 additions & 1891 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.deps/raylib-build/cmake_uninstall.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
if(NOT EXISTS "D:/gitnext/Chained Decos/build/install_manifest.txt")
2-
message(FATAL_ERROR "Cannot find install manifest: D:/gitnext/Chained Decos/build/install_manifest.txt")
1+
if(NOT EXISTS "D:/gitnext/Chained Decos/cmake-build-debug/install_manifest.txt")
2+
message(FATAL_ERROR "Cannot find install manifest: D:/gitnext/Chained Decos/cmake-build-debug/install_manifest.txt")
33
endif()
44

5-
file(READ "D:/gitnext/Chained Decos/build/install_manifest.txt" files)
5+
file(READ "D:/gitnext/Chained Decos/cmake-build-debug/install_manifest.txt" files)
66
string(REGEX REPLACE "\n" ";" files "${files}")
77
foreach(file ${files})
88
message(STATUS "Uninstalling $ENV{DESTDIR}${file}")

.deps/raylib-subbuild/.ninja_log

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ninja log v7
22
9 57 7812662239034752 raylib-populate-prefix/src/raylib-populate-stamp/raylib-populate-mkdir e28da464b462683a
33
9 57 7812662239034752 D:/gitnext/Chained Decos/.deps/raylib-subbuild/raylib-populate-prefix/src/raylib-populate-stamp/raylib-populate-mkdir e28da464b462683a
4-
12 742 7812882410279596 build.ninja b07451744e70ba5a
5-
12 742 7812882410249607 D:/gitnext/Chained Decos/.deps/raylib-subbuild/cmake_install.cmake b07451744e70ba5a
4+
12 742 7813585234295297 build.ninja b07451744e70ba5a
5+
12 742 7813585234265613 D:/gitnext/Chained Decos/.deps/raylib-subbuild/cmake_install.cmake b07451744e70ba5a
66
58 9304 7812662331562668 raylib-populate-prefix/src/raylib-populate-stamp/raylib-populate-download 6850877bda763070
77
58 9304 7812662331562668 D:/gitnext/Chained Decos/.deps/raylib-subbuild/raylib-populate-prefix/src/raylib-populate-stamp/raylib-populate-download 6850877bda763070
88
9304 9383 7812662332185128 raylib-populate-prefix/src/raylib-populate-stamp/raylib-populate-update_disconnected 1ff5e14b0e886145

cmake-build-Debug/.cmake/api/v1/reply/cache-v2-354e7018f5ed071f7160.json renamed to cmake-build-Debug/.cmake/api/v1/reply/cache-v2-e0bbc7b5ceaf2fc1a54a.json

Lines changed: 215 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"entries" :
33
[
4+
{
5+
"name" : "BUILD_BENCHMARKS",
6+
"properties" :
7+
[
8+
{
9+
"name" : "HELPSTRING",
10+
"value" : "Build performance benchmarks"
11+
}
12+
],
13+
"type" : "BOOL",
14+
"value" : "OFF"
15+
},
416
{
517
"name" : "BUILD_EXAMPLES",
618
"properties" :
@@ -151,7 +163,7 @@
151163
}
152164
],
153165
"type" : "INTERNAL",
154-
"value" : "0"
166+
"value" : "1"
155167
},
156168
{
157169
"name" : "CMAKE_CACHE_PATCH_VERSION",
@@ -163,7 +175,7 @@
163175
}
164176
],
165177
"type" : "INTERNAL",
166-
"value" : "2"
178+
"value" : "1"
167179
},
168180
{
169181
"name" : "CMAKE_COLOR_DIAGNOSTICS",
@@ -187,7 +199,7 @@
187199
}
188200
],
189201
"type" : "INTERNAL",
190-
"value" : "D:/CLion 2025.2.1/bin/cmake/win/x64/bin/cmake.exe"
202+
"value" : "C:/Program Files/CMake/bin/cmake.exe"
191203
},
192204
{
193205
"name" : "CMAKE_CPACK_COMMAND",
@@ -199,7 +211,7 @@
199211
}
200212
],
201213
"type" : "INTERNAL",
202-
"value" : "D:/CLion 2025.2.1/bin/cmake/win/x64/bin/cpack.exe"
214+
"value" : "C:/Program Files/CMake/bin/cpack.exe"
203215
},
204216
{
205217
"name" : "CMAKE_CTEST_COMMAND",
@@ -211,7 +223,7 @@
211223
}
212224
],
213225
"type" : "INTERNAL",
214-
"value" : "D:/CLion 2025.2.1/bin/cmake/win/x64/bin/ctest.exe"
226+
"value" : "C:/Program Files/CMake/bin/ctest.exe"
215227
},
216228
{
217229
"name" : "CMAKE_CXX_COMPILER",
@@ -223,10 +235,10 @@
223235
},
224236
{
225237
"name" : "HELPSTRING",
226-
"value" : "No help, variable specified on the command line."
238+
"value" : "CXX compiler"
227239
}
228240
],
229-
"type" : "FILEPATH",
241+
"type" : "STRING",
230242
"value" : "C:/LLVM/bin/clang++.exe"
231243
},
232244
{
@@ -261,6 +273,18 @@
261273
"type" : "FILEPATH",
262274
"value" : "C:/LLVM/bin/clang-scan-deps.exe"
263275
},
276+
{
277+
"name" : "CMAKE_CXX_COMPILER_LAUNCHER",
278+
"properties" :
279+
[
280+
{
281+
"name" : "HELPSTRING",
282+
"value" : "No help, variable specified on the command line."
283+
}
284+
],
285+
"type" : "UNINITIALIZED",
286+
"value" : "ccache"
287+
},
264288
{
265289
"name" : "CMAKE_CXX_COMPILER_RANLIB",
266290
"properties" :
@@ -383,10 +407,10 @@
383407
},
384408
{
385409
"name" : "HELPSTRING",
386-
"value" : "No help, variable specified on the command line."
410+
"value" : "C compiler"
387411
}
388412
],
389-
"type" : "FILEPATH",
413+
"type" : "STRING",
390414
"value" : "C:/LLVM/bin/clang.exe"
391415
},
392416
{
@@ -421,6 +445,18 @@
421445
"type" : "FILEPATH",
422446
"value" : "C:/LLVM/bin/clang-scan-deps.exe"
423447
},
448+
{
449+
"name" : "CMAKE_C_COMPILER_LAUNCHER",
450+
"properties" :
451+
[
452+
{
453+
"name" : "HELPSTRING",
454+
"value" : "No help, variable specified on the command line."
455+
}
456+
],
457+
"type" : "UNINITIALIZED",
458+
"value" : "ccache"
459+
},
424460
{
425461
"name" : "CMAKE_C_COMPILER_RANLIB",
426462
"properties" :
@@ -549,6 +585,18 @@
549585
"type" : "FILEPATH",
550586
"value" : "C:/LLVM/bin/llvm-dlltool.exe"
551587
},
588+
{
589+
"name" : "CMAKE_EDIT_COMMAND",
590+
"properties" :
591+
[
592+
{
593+
"name" : "HELPSTRING",
594+
"value" : "Path to cache edit program executable."
595+
}
596+
],
597+
"type" : "INTERNAL",
598+
"value" : "C:/Program Files/CMake/bin/cmake-gui.exe"
599+
},
552600
{
553601
"name" : "CMAKE_EXECUTABLE_FORMAT",
554602
"properties" :
@@ -1211,7 +1259,7 @@
12111259
}
12121260
],
12131261
"type" : "INTERNAL",
1214-
"value" : "22"
1262+
"value" : "25"
12151263
},
12161264
{
12171265
"name" : "CMAKE_OBJCOPY",
@@ -1257,6 +1305,18 @@
12571305
"type" : "INTERNAL",
12581306
"value" : "1"
12591307
},
1308+
{
1309+
"name" : "CMAKE_PROJECT_COMPAT_VERSION",
1310+
"properties" :
1311+
[
1312+
{
1313+
"name" : "HELPSTRING",
1314+
"value" : "Value Computed by CMake"
1315+
}
1316+
],
1317+
"type" : "STATIC",
1318+
"value" : ""
1319+
},
12601320
{
12611321
"name" : "CMAKE_PROJECT_DESCRIPTION",
12621322
"properties" :
@@ -1503,7 +1563,7 @@
15031563
}
15041564
],
15051565
"type" : "INTERNAL",
1506-
"value" : "D:/CLion 2025.2.1/bin/cmake/win/x64/share/cmake-4.0"
1566+
"value" : "C:/Program Files/CMake/share/cmake-4.1"
15071567
},
15081568
{
15091569
"name" : "CMAKE_SHARED_LINKER_FLAGS",
@@ -1921,6 +1981,42 @@
19211981
"type" : "BOOL",
19221982
"value" : "OFF"
19231983
},
1984+
{
1985+
"name" : "ENABLE_AUDIO",
1986+
"properties" :
1987+
[
1988+
{
1989+
"name" : "HELPSTRING",
1990+
"value" : "Enable audio support"
1991+
}
1992+
],
1993+
"type" : "BOOL",
1994+
"value" : "ON"
1995+
},
1996+
{
1997+
"name" : "ENABLE_DEBUG_INFO",
1998+
"properties" :
1999+
[
2000+
{
2001+
"name" : "HELPSTRING",
2002+
"value" : "Enable debug information"
2003+
}
2004+
],
2005+
"type" : "BOOL",
2006+
"value" : "ON"
2007+
},
2008+
{
2009+
"name" : "ENABLE_DEV_TOOLS",
2010+
"properties" :
2011+
[
2012+
{
2013+
"name" : "HELPSTRING",
2014+
"value" : "Enable development tools"
2015+
}
2016+
],
2017+
"type" : "BOOL",
2018+
"value" : "OFF"
2019+
},
19242020
{
19252021
"name" : "ENABLE_MSAN",
19262022
"properties" :
@@ -1933,6 +2029,78 @@
19332029
"type" : "BOOL",
19342030
"value" : "OFF"
19352031
},
2032+
{
2033+
"name" : "ENABLE_MULTITHREADING",
2034+
"properties" :
2035+
[
2036+
{
2037+
"name" : "HELPSTRING",
2038+
"value" : "Enable multithreading support"
2039+
}
2040+
],
2041+
"type" : "BOOL",
2042+
"value" : "ON"
2043+
},
2044+
{
2045+
"name" : "ENABLE_OPENGL_DEBUG",
2046+
"properties" :
2047+
[
2048+
{
2049+
"name" : "HELPSTRING",
2050+
"value" : "Enable OpenGL debug context"
2051+
}
2052+
],
2053+
"type" : "BOOL",
2054+
"value" : "OFF"
2055+
},
2056+
{
2057+
"name" : "ENABLE_OPTIMIZATIONS",
2058+
"properties" :
2059+
[
2060+
{
2061+
"name" : "HELPSTRING",
2062+
"value" : "Enable compiler optimizations"
2063+
}
2064+
],
2065+
"type" : "BOOL",
2066+
"value" : "ON"
2067+
},
2068+
{
2069+
"name" : "ENABLE_PROFILING",
2070+
"properties" :
2071+
[
2072+
{
2073+
"name" : "HELPSTRING",
2074+
"value" : "Enable profiling support"
2075+
}
2076+
],
2077+
"type" : "BOOL",
2078+
"value" : "OFF"
2079+
},
2080+
{
2081+
"name" : "ENABLE_SANITIZERS",
2082+
"properties" :
2083+
[
2084+
{
2085+
"name" : "HELPSTRING",
2086+
"value" : "Enable sanitizers for debugging"
2087+
}
2088+
],
2089+
"type" : "BOOL",
2090+
"value" : "OFF"
2091+
},
2092+
{
2093+
"name" : "ENABLE_TESTING",
2094+
"properties" :
2095+
[
2096+
{
2097+
"name" : "HELPSTRING",
2098+
"value" : "No help, variable specified on the command line."
2099+
}
2100+
],
2101+
"type" : "UNINITIALIZED",
2102+
"value" : "ON"
2103+
},
19362104
{
19372105
"name" : "ENABLE_UBSAN",
19382106
"properties" :
@@ -1945,6 +2113,30 @@
19452113
"type" : "BOOL",
19462114
"value" : "OFF"
19472115
},
2116+
{
2117+
"name" : "ENABLE_UNITY_BUILD",
2118+
"properties" :
2119+
[
2120+
{
2121+
"name" : "HELPSTRING",
2122+
"value" : "Enable unity build for faster compilation"
2123+
}
2124+
],
2125+
"type" : "BOOL",
2126+
"value" : "OFF"
2127+
},
2128+
{
2129+
"name" : "ENABLE_WARNINGS",
2130+
"properties" :
2131+
[
2132+
{
2133+
"name" : "HELPSTRING",
2134+
"value" : "Enable strict compiler warnings"
2135+
}
2136+
],
2137+
"type" : "BOOL",
2138+
"value" : "ON"
2139+
},
19482140
{
19492141
"name" : "FAST_CONFIG",
19502142
"properties" :
@@ -2529,6 +2721,18 @@
25292721
"type" : "STRING",
25302722
"value" : "OFF"
25312723
},
2724+
{
2725+
"name" : "WARNINGS_AS_ERRORS",
2726+
"properties" :
2727+
[
2728+
{
2729+
"name" : "HELPSTRING",
2730+
"value" : "Treat warnings as errors"
2731+
}
2732+
],
2733+
"type" : "BOOL",
2734+
"value" : "OFF"
2735+
},
25322736
{
25332737
"name" : "WITH_PIC",
25342738
"properties" :

0 commit comments

Comments
 (0)