File tree 2 files changed +2
-13
lines changed
Filter options
2 files changed +2
-13
lines changed
Original file line number Diff line number Diff line change 1
- name : Build, test and upload the module
1
+ name : CI build
2
2
3
3
on : [push, check_run]
4
4
@@ -179,13 +179,3 @@ jobs:
179
179
host : ${{secrets.SSHFS_HOST}}
180
180
key : ${{secrets.SSHFS_KEY}}
181
181
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
-
Original file line number Diff line number Diff line change 1
1
# QtService
2
2
A platform independent library to easily create system services and use some of their features
3
3
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 )
6
5
[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/8596bb56c0df40c0bba7ddd28da65fee )] ( https://www.codacy.com/app/Skycoder42/QtService )
7
6
[ ![ AUR] ( https://img.shields.io/aur/version/qt5-service.svg )] ( https://aur.archlinux.org/packages/qt5-service/ )
8
7
You can’t perform that action at this time.
0 commit comments