Remove User=
specification from D-Bus service file
#426
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI build - devel branch for SFOS 3.3.0.14 (armv7hl) | |
env: | |
sfos_target: 3.3.0.14 | |
on: | |
pull_request: | |
branches: | |
- devel | |
jobs: | |
build: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Prepare | |
run: mkdir RPMS | |
- name: Build armv7hl | |
uses: coderus/github-sfos-build@old-stable | |
with: | |
release: ${{ env.sfos_target }} | |
arch: armv7hl | |
- name: Upload build result | |
uses: actions/upload-artifact@v2 | |
with: | |
name: rpm-build-result | |
path: RPMS |