1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Disable installation test on FreeBSD due to sphinx-build issue

This commit is contained in:
Alex Lyon 2019-04-28 00:56:18 -07:00
parent 220e07dc95
commit 4469a326fd

View file

@ -4,7 +4,7 @@ freebsd_instance:
task:
name: stable x86_64-unknown-freebsd
setup_script:
- pkg install -y curl gmake py36-sphinx
- pkg install -y curl gmake
- curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh -y
build_script:
@ -13,7 +13,3 @@ task:
test_script:
- . $HOME/.cargo/env
- cargo test
- |
mkdir installdir_test
make install DESTDIR=installdir_test SPHINXBUILD='sphinx-build-3.6'
[ `ls installdir_test/usr/local/bin | wc -l` -gt 0 ]