about summary refs log tree commit diff stats
path: root/.builds
diff options
context:
space:
mode:
Diffstat (limited to '.builds')
-rw-r--r--.builds/arch.yml8
-rw-r--r--.builds/freebsd.yml7
2 files changed, 15 insertions, 0 deletions
diff --git a/.builds/arch.yml b/.builds/arch.yml
index 1e44b51..90f7d5e 100644
--- a/.builds/arch.yml
+++ b/.builds/arch.yml
@@ -8,7 +8,15 @@ triggers:
   - action: email
     condition: always
     to: ~spicywolf/[email protected]
+artifacts:
+  - linux-nbtpd.tar
 tasks:
   - build: |
       cd nbtpd
       make
+  - release: |
+      cd nbtpd
+      make release
+  - tar: |
+      tar -cv linux-nbtpd.tar nbtpd/rel nbtpd/dbg nbtpd/bin
+
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index 968bac4..979b852 100644
--- a/.builds/freebsd.yml
+++ b/.builds/freebsd.yml
@@ -7,7 +7,14 @@ triggers:
   - action: email
     condition: always
     to: ~spicywolf/[email protected]
+artifacts:
+  - freebsd-nbtpd.tar
 tasks:
   - build: |
       cd nbtpd
       gmake
+  - release: |
+      cd nbtpd
+      gmake release
+  - tar: |
+      tar -cv freebsd-nbtpd.tar nbtpd/rel nbtpd/dbg nbtpd/bin