summaryrefslogtreecommitdiff
path: root/archived/projt-launcher/ci/pinned.json
diff options
context:
space:
mode:
Diffstat (limited to 'archived/projt-launcher/ci/pinned.json')
-rw-r--r--archived/projt-launcher/ci/pinned.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/archived/projt-launcher/ci/pinned.json b/archived/projt-launcher/ci/pinned.json
new file mode 100644
index 0000000000..abcc71877a
--- /dev/null
+++ b/archived/projt-launcher/ci/pinned.json
@@ -0,0 +1,44 @@
+{
+ "dependencies": {
+ "cmake": {
+ "version": "3.28.0",
+ "description": "Build system"
+ },
+ "qt6": {
+ "version": "6.7.0",
+ "description": "Qt framework for UI"
+ },
+ "gcc": {
+ "version": "13.2.0",
+ "description": "GCC compiler"
+ },
+ "clang": {
+ "version": "17.0.0",
+ "description": "Clang compiler"
+ },
+ "ninja": {
+ "version": "1.11.1",
+ "description": "Fast build system"
+ },
+ "gtest": {
+ "version": "1.14.0",
+ "description": "Google Test framework"
+ }
+ },
+ "platforms": {
+ "linux": {
+ "runner": "ubuntu-24.04",
+ "compiler": "gcc"
+ },
+ "macos": {
+ "runner": "macos-14",
+ "compiler": "clang"
+ },
+ "windows": {
+ "runner": "windows-2022",
+ "compiler": "msvc"
+ }
+ },
+ "version": 1,
+ "updated": "2025-12-06"
+}