Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Skycoder42 committed Nov 22, 2019
1 parent a5800fa commit 5f11ce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build, test and upload the module
name: CI build

on: [push, check_run]

Expand Down Expand Up @@ -179,13 +179,3 @@ jobs:
host: ${{secrets.SSHFS_HOST}}
key: ${{secrets.SSHFS_KEY}}
port: ${{secrets.SSHFS_PORT}}
continue-on-error: true
- uses: actions/upload-artifact@v1
with:
name: deploy-packages
path: packages
- uses: actions/upload-artifact@v1
with:
name: deploy-repository
path: deploy

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# QtService
A platform independent library to easily create system services and use some of their features

[![Travis Build Status](https://travis-ci.org/Skycoder42/QtService.svg?branch=master)](https://travis-ci.org/Skycoder42/QtService)
[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/6mag0932qeloxuru?svg=true)](https://ci.appveyor.com/project/Skycoder42/qtservice)
[![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)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/8596bb56c0df40c0bba7ddd28da65fee)](https://www.codacy.com/app/Skycoder42/QtService)
[![AUR](https://img.shields.io/aur/version/qt5-service.svg)](https://aur.archlinux.org/packages/qt5-service/)

Expand Down

0 comments on commit 5f11ce8

Please sign in to comment.