1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-03-03 14:32:22 +02:00

ci: fix macOS asciidoc installation

This commit is contained in:
Andrew Gallant 2018-02-20 21:05:40 -05:00
parent 9305f89f39
commit c8e9f25b85
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -30,7 +30,8 @@ matrix:
env: TARGET=x86_64-unknown-linux-musl
- os: osx
rust: nightly
env: TARGET=x86_64-apple-darwin
# XML_CATALOG_FILES is apparently necessary for asciidoc on macOS.
env: TARGET=x86_64-apple-darwin XML_CATALOG_FILES=/usr/local/etc/xml/catalog
- os: linux
rust: nightly
env: TARGET=arm-unknown-linux-gnueabihf GCC_VERSION=4.8