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: task:
name: stable x86_64-unknown-freebsd name: stable x86_64-unknown-freebsd
setup_script: setup_script:
- pkg install -y curl gmake py36-sphinx - pkg install -y curl gmake
- curl https://sh.rustup.rs -sSf --output rustup.sh - curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh -y - sh rustup.sh -y
build_script: build_script:
@ -13,7 +13,3 @@ task:
test_script: test_script:
- . $HOME/.cargo/env - . $HOME/.cargo/env
- cargo test - 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 ]