Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 67 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
name: harbour-gibrievida

on:
push:
branches:
- master
tags:
- '*'
pull_request:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
name: Build App
strategy:
matrix:
arch: ['armv7hl', 'aarch64', 'i486']

steps:
- uses: actions/checkout@v2
with:
submodules: true

- name: Prepare
run: mkdir output

- name: Build (${{ matrix.arch }})
uses: coderus/github-sfos-build@master
with:
arch: ${{ matrix.arch }}
release: 4.5.0.16

- name: Upload RPM (${{ matrix.arch }})
uses: actions/upload-artifact@v3
with:
name: rpm-${{ matrix.arch }}
path: RPMS

release:
name: Release
if: startsWith(github.ref, 'refs/tags/v')
needs:
- build
runs-on: ubuntu-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
continue-on-error: true
- name: Extract Version Name
id: extract_name
uses: actions/github-script@v4
with:
result-encoding: string
script: |
return context.payload.ref.replace(/refs\/tags\//, '');
- name: Create a Release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: ${{ steps.extract_name.outputs.result }}
draft: false
prerelease: false
body: This release was autogenerated.
files: '*.rpm'
2 changes: 2 additions & 0 deletions rpm/harbour-gibrievida.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ BuildRequires: pkgconfig(Qt5Sensors)
BuildRequires: pkgconfig(Qt5Positioning)
BuildRequires: pkgconfig(sailfishsilica)
BuildRequires: desktop-file-utils
BuildRequires: pkgconfig(sqlite3)


%description
Gibrievida helps you tracking your sportive or daily activities.
Expand Down
Binary file added sailfishos/icons/108x108/harbour-gibrievida.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sailfishos/icons/128x128/harbour-gibrievida.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sailfishos/icons/150x150/harbour-gibrievida.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sailfishos/icons/172x172/harbour-gibrievida.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sailfishos/icons/86x86/harbour-gibrievida.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.