about summary refs log tree commit diff stats
path: root/.builds
diff options
context:
space:
mode:
authorRen Kararou <[email protected]>2024-12-31 02:54:30 -0600
committerRen Kararou <[email protected]>2024-12-31 02:54:30 -0600
commit9db320f13646eb0f235ddb5926238d0cc785afbc (patch)
tree3a941f760165a6df0d35da36ab4d7efd8b6d32fb /.builds
parentf6b4ac41eec72a25c703c63f43bd1104049a405c (diff)
downloadnbtpd-9db320f13646eb0f235ddb5926238d0cc785afbc.tar.gz
nbtpd-9db320f13646eb0f235ddb5926238d0cc785afbc.tar.bz2
nbtpd-9db320f13646eb0f235ddb5926238d0cc785afbc.zip
add make target release; update ci
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