We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e0ce8 commit f1e5d69Copy full SHA for f1e5d69
3 files changed
.fmf/version
@@ -0,0 +1 @@
1
+1
.packit.yaml
@@ -0,0 +1,11 @@
+jobs:
2
+- job: tests
3
+ trigger: pull_request
4
+ metadata:
5
+ targets:
6
+ - fedora-all
7
+actions:
8
+ create-archive:
9
+ - bash -c "gem build *.gemspec; ls *.gem"
10
+ fix-spec-file:
11
+ - 'true'
plans/example.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:
12
+# script: rspec spec
13
+ script: cd ~/git-source; rspec spec
0 commit comments