Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5f11ce8

Browse filesBrowse files
committed
...
1 parent a5800fa commit 5f11ce8
Copy full SHA for 5f11ce8

File tree

2 files changed

+2
-13
lines changed
Filter options

2 files changed

+2
-13
lines changed

‎.github/workflows/build.yml

Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+1-11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build, test and upload the module
1+
name: CI build
22

33
on: [push, check_run]
44

@@ -179,13 +179,3 @@ jobs:
179179
host: ${{secrets.SSHFS_HOST}}
180180
key: ${{secrets.SSHFS_KEY}}
181181
port: ${{secrets.SSHFS_PORT}}
182-
continue-on-error: true
183-
- uses: actions/upload-artifact@v1
184-
with:
185-
name: deploy-packages
186-
path: packages
187-
- uses: actions/upload-artifact@v1
188-
with:
189-
name: deploy-repository
190-
path: deploy
191-

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# QtService
22
A platform independent library to easily create system services and use some of their features
33

4-
[![Travis Build Status](https://travis-ci.org/Skycoder42/QtService.svg?branch=master)](https://travis-ci.org/Skycoder42/QtService)
5-
[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/6mag0932qeloxuru?svg=true)](https://ci.appveyor.com/project/Skycoder42/qtservice)
4+
[![Github Actions status](https://github.com/Skycoder42/QtService/workflows/CI%20build/badge.svg)](https://github.com/Skycoder42/QtService/actions?query=workflow%3A%22CI%20build%22)
65
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/8596bb56c0df40c0bba7ddd28da65fee)](https://www.codacy.com/app/Skycoder42/QtService)
76
[![AUR](https://img.shields.io/aur/version/qt5-service.svg)](https://aur.archlinux.org/packages/qt5-service/)
87

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.