[PR #134] [MERGED] Add generated runner for Linux #251

Closed
opened 2025-10-31 17:08:17 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pd4d10/git-touch/pull/134
Author: @jpnurmi
Created: 12/30/2020
Status: Merged
Merged: 12/30/2020
Merged by: @pd4d10

Base: mainHead: linux-runner


📝 Commits (1)

  • 1f42200 Add generated runner for Linux

📊 Changes

7 files changed (+343 additions, -0 deletions)

View changed files

linux/.gitignore (+2 -0)
linux/CMakeLists.txt (+106 -0)
linux/flutter/CMakeLists.txt (+91 -0)
linux/flutter/generated_plugins.cmake (+16 -0)
linux/main.cc (+6 -0)
linux/my_application.cc (+104 -0)
linux/my_application.h (+18 -0)

📄 Description

Generated with the latest master:

$ flutter --version
Flutter 1.26.0-2.0.pre.157 • channel master • git@github.com:flutter/flutter.git
Framework • revision 4b83be6c23 (7 hours ago) • 2020-12-30 02:09:03 -0500
Engine • revision 0e5a25d779
Tools • Dart 2.12.0 (build 2.12.0-179.0.dev)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pd4d10/git-touch/pull/134 **Author:** [@jpnurmi](https://github.com/jpnurmi) **Created:** 12/30/2020 **Status:** ✅ Merged **Merged:** 12/30/2020 **Merged by:** [@pd4d10](https://github.com/pd4d10) **Base:** `main` ← **Head:** `linux-runner` --- ### 📝 Commits (1) - [`1f42200`](https://github.com/pd4d10/git-touch/commit/1f4220007acd1a4809e3df9c0fac4ba101778e77) Add generated runner for Linux ### 📊 Changes **7 files changed** (+343 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `linux/.gitignore` (+2 -0) ➕ `linux/CMakeLists.txt` (+106 -0) ➕ `linux/flutter/CMakeLists.txt` (+91 -0) ➕ `linux/flutter/generated_plugins.cmake` (+16 -0) ➕ `linux/main.cc` (+6 -0) ➕ `linux/my_application.cc` (+104 -0) ➕ `linux/my_application.h` (+18 -0) </details> ### 📄 Description Generated with the latest master: ``` $ flutter --version Flutter 1.26.0-2.0.pre.157 • channel master • git@github.com:flutter/flutter.git Framework • revision 4b83be6c23 (7 hours ago) • 2020-12-30 02:09:03 -0500 Engine • revision 0e5a25d779 Tools • Dart 2.12.0 (build 2.12.0-179.0.dev) ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 17:08:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/git-touch#251