git: 11f77bb410 - main - Cirrus CI: Fix build, and Add build verbosity

Danilo G. Baio dbaio at FreeBSD.org
Sat Jun 5 18:31:29 UTC 2021


The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/doc/commit/?id=11f77bb4105d884f15e2f94125e34773f822ff72

commit 11f77bb4105d884f15e2f94125e34773f822ff72
Author:     Danilo G. Baio <dbaio at FreeBSD.org>
AuthorDate: 2021-06-05 18:28:56 +0000
Commit:     Danilo G. Baio <dbaio at FreeBSD.org>
CommitDate: 2021-06-05 18:28:56 +0000

    Cirrus CI: Fix build, and Add build verbosity
    
    While here:
      - Relax resources, default is 2 CPUs and 4 GBs of memory
      - Use newer FreeBSD image
---
 .cirrus.yml | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 4edb6ca00b..e96f8a8e50 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -1,16 +1,13 @@
 freebsd_instance:
-  image_family: freebsd-12-2-snap
-  cpu: 8
-  memory: 16G
+  image_family: freebsd-13-0-snap
 
 env:
   CIRRUS_CLONE_DEPTH: 1
 
 task:
-  only_if: $CIRRUS_BRANCH != 'svn_head'
   timeout_in: 10m
   install_script:
-    - pkg install -y gohugo python37 rubygem-asciidoctor rubygem-rouge
+    - pkg install -y docproj python3
   test_script:
-    - make
+    - make HUGO_ARGS="--verbose --debug --path-warnings"
 


More information about the dev-commits-doc-all mailing list