[PR #5] [MERGED] Got travis build working. #163

Closed
opened 2026-05-05 11:20:00 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qmlnet/qmlnet/pull/5
Author: @pauldotknopf
Created: 7/14/2018
Status: Merged
Merged: 7/14/2018
Merged by: @pauldotknopf

Base: masterHead: unit-tests


📝 Commits (1)

  • 99efbef Got travis build working.

📊 Changes

14 files changed (+86 additions, -14 deletions)

View changed files

.travis.yml (+8 -0)
build/docker/Dockerfile.build (+13 -0)
📝 build/scripts/Buildary (+1 -1)
📝 build/scripts/Program.cs (+6 -1)
build/travis.sh (+17 -0)
📝 src/native/.gitignore (+2 -0)
📝 src/native/QtNetCoreQml/QtNetCoreQml.pro (+4 -0)
📝 src/native/QtNetCoreQml/swig/Initialization.i (+1 -1)
src/native/build.sh (+13 -0)
📝 src/net/Qt.NetCore.Sandbox/Qt.NetCore.Sandbox.csproj (+1 -1)
📝 src/net/Qt.NetCore.Sandbox/main.qml (+1 -1)
📝 src/net/Qt.NetCore.Tests/BaseTests.cs (+11 -3)
📝 src/net/Qt.NetCore.Tests/Interop/StringInteropTests.cs (+6 -6)
src/net/Qt.NetCore.sln.DotSettings (+2 -0)

📄 Description

closes #3


🔄 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/qmlnet/qmlnet/pull/5 **Author:** [@pauldotknopf](https://github.com/pauldotknopf) **Created:** 7/14/2018 **Status:** ✅ Merged **Merged:** 7/14/2018 **Merged by:** [@pauldotknopf](https://github.com/pauldotknopf) **Base:** `master` ← **Head:** `unit-tests` --- ### 📝 Commits (1) - [`99efbef`](https://github.com/qmlnet/qmlnet/commit/99efbefe9df87ea9445b5ca1ecc2802606fcf03f) Got travis build working. ### 📊 Changes **14 files changed** (+86 additions, -14 deletions) <details> <summary>View changed files</summary> ➕ `.travis.yml` (+8 -0) ➕ `build/docker/Dockerfile.build` (+13 -0) 📝 `build/scripts/Buildary` (+1 -1) 📝 `build/scripts/Program.cs` (+6 -1) ➕ `build/travis.sh` (+17 -0) 📝 `src/native/.gitignore` (+2 -0) 📝 `src/native/QtNetCoreQml/QtNetCoreQml.pro` (+4 -0) 📝 `src/native/QtNetCoreQml/swig/Initialization.i` (+1 -1) ➕ `src/native/build.sh` (+13 -0) 📝 `src/net/Qt.NetCore.Sandbox/Qt.NetCore.Sandbox.csproj` (+1 -1) 📝 `src/net/Qt.NetCore.Sandbox/main.qml` (+1 -1) 📝 `src/net/Qt.NetCore.Tests/BaseTests.cs` (+11 -3) 📝 `src/net/Qt.NetCore.Tests/Interop/StringInteropTests.cs` (+6 -6) ➕ `src/net/Qt.NetCore.sln.DotSettings` (+2 -0) </details> ### 📄 Description closes #3 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 11:20:00 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/qmlnet#163
No description provided.