Добавлен файл сборки пакета для тестирования
Some checks failed
Build / Build project (push) Failing after 1m53s
Some checks failed
Build / Build project (push) Failing after 1m53s
This commit is contained in:
parent
2a26c123e7
commit
becd242875
1 changed files with 16 additions and 0 deletions
16
.forgejo/workflows/build.yml
Normal file
16
.forgejo/workflows/build.yml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
name: Build
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
name: Build project
|
||||||
|
runs-on: shell
|
||||||
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Build package
|
||||||
|
run: |
|
||||||
|
set -x
|
||||||
|
sudo solbuild
|
Loading…
Add table
Add a link
Reference in a new issue