aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2022-04-11 15:40:29 +0200
committerMatěj Cepl <mcepl@cepl.eu>2022-04-11 16:12:26 +0200
commit94de009e333491f982e4b041d534f70d256426fa (patch)
tree8cd2a76af167e568847a030034020b3ee0f40d9b
parentca76cd9fbb1ef356a8bb11848ab5539319de146e (diff)
downloadnntplib-94de009e333491f982e4b041d534f70d256426fa.tar.gz
Add first training builds manifest.
-rw-r--r--.builds/fedora.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.builds/fedora.yml b/.builds/fedora.yml
new file mode 100644
index 0000000..0069a32
--- /dev/null
+++ b/.builds/fedora.yml
@@ -0,0 +1,14 @@
+image: fedora/latest
+packages:
+ - python3
+ - python3-test
+sources:
+ - https://git.sr.ht/~mcepl/nntplib
+tasks:
+ - build: |
+ cd nntplib
+ python3 setup.py build
+ - test: |
+ cd nntplib
+ python3 -munittest -v test_nntp.py
+