Install commonmark on FreeBSD.
authorWayne Davison <wayne@opencoder.net>
Mon, 13 Jul 2020 19:18:13 +0000 (12:18 -0700)
committerWayne Davison <wayne@opencoder.net>
Mon, 13 Jul 2020 19:18:13 +0000 (12:18 -0700)
.cirrus.yml

index 845acc96f1b5a9b8e5efbdb5a828085be180c725..889e4cf2b514a8bf0fe30eb71a4f10e88b455a46 100644 (file)
@@ -5,11 +5,10 @@ task:
   prep_script:
     - dd if=/dev/zero of=/tmp/zpool bs=1M count=1024
     - zpool create -m `pwd`/testtmp zpool /tmp/zpool
-    - pkg install -y autotools xxhash zstd liblz4 openssl bash
+    - pkg install -y autotools xxhash zstd liblz4 openssl bash py37-CommonMark
     - ln -s /usr/local/bin/bash /bin/bash
-    - pkg search commonmark
   configure_script:
-    - CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure --disable-md2man
+    - CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure
   make_script:
     - make
   install_script: