Fix GH-34 Add a pipeline to enable builds using https://packit.dev/ To get it to work, someone with commit access will need to agree to make a Fedora account at: https://accounts.fedoraproject.org/ and agree to Fedora Code of Conduct, then follow the steps at: http://packit.dev/docs/guide#1-set-up-packit-integration Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
29 lines
815 B
YAML
29 lines
815 B
YAML
# Copyright 2025 Enactic, Inc.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
# https://packit.dev/docs/configuration/
|
|
|
|
specfile_path: packages/fedora/openarm-can.spec
|
|
|
|
notifications:
|
|
pull_request:
|
|
successful_build: true
|
|
|
|
jobs:
|
|
- job: copr_build
|
|
trigger: pull_request
|
|
targets:
|
|
- epel-all
|
|
- fedora-all
|