We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea581ce commit 4e6a09cCopy full SHA for 4e6a09c
3 files changed
.fmf/version
@@ -0,0 +1 @@
1
+1
.packit.yaml
@@ -0,0 +1,12 @@
+specfile_path: ci/rubygem-abrt.spec
2
+jobs:
3
+- job: tests
4
+ trigger: pull_request
5
+ metadata:
6
+ targets:
7
+ - fedora-all
8
+actions:
9
+ create-archive:
10
+ - bash -c "gem build *.gemspec; mv -f *.gem ci/; ls ci/*.gem"
11
+ fix-spec-file:
12
+ - 'true'
ci/tests.fmf
@@ -0,0 +1,13 @@
+summary: Run spec test suite
+
+prepare:
+# Until cruncher is replaced with TMT
+# how: install
+# package: rubygem-rspec
+ how: shell
+ script: 'dnf install -y rubygem-rspec'
+execute:
+# script: rspec spec
13
+ script: cd ~/git-source; rspec spec
0 commit comments