Author: emaste
Date: Sun Jan 19 22:29:22 2020
New Revision: 356900
URL: https://svnweb.freebsd.org/changeset/base/356900

Log:
  Cirrus-CI: add `make packages` to CI test
  
  Now that we can override the format to avoid the time spent compressing
  pkgbase packages we can test `make packages` with only 5 minutes or so
  added to the CI cycle time.
  
  A future change should switch the CI smoke test to using these packages.
  
  Sponsored by: The FreeBSD Foundation

Modified:
  head/.cirrus.yml

Modified: head/.cirrus.yml
==============================================================================
--- head/.cirrus.yml    Sun Jan 19 21:43:15 2020        (r356899)
+++ head/.cirrus.yml    Sun Jan 19 22:29:22 2020        (r356900)
@@ -14,5 +14,7 @@ task:
   - pkg install -y qemu-devel uefi-edk2-qemu-x86_64
   script:
   - make -j$(sysctl -n hw.ncpu) WITHOUT_TOOLCHAIN=yes buildworld buildkernel
+  package_script:
+  - make WITHOUT_TOOLCHAIN=yes PKG_FORMAT=tar packages
   test_script:
   - sh tools/boot/ci-qemu-test.sh
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to