mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-03-09 09:58:08 -04:00
Try using cmarkgfm.
This commit is contained in:
@@ -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-cmarkgfm
|
||||
- ln -s /usr/local/bin/bash /bin/bash
|
||||
- pkg search cmark
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user