about summary refs log tree commit diff stats
path: root/.builds/freebsd.yml
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/freebsd.yml
parentf6b4ac41eec72a25c703c63f43bd1104049a405c (diff)
downloadnbtpd-9db320f13646eb0f235ddb5926238d0cc785afbc.tar.gz
nbtpd-9db320f13646eb0f235ddb5926238d0cc785afbc.tar.bz2
nbtpd-9db320f13646eb0f235ddb5926238d0cc785afbc.zip
add make target release; update ci
Diffstat (limited to '.builds/freebsd.yml')
-rw-r--r--.builds/freebsd.yml7
1 files changed, 7 insertions, 0 deletions
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