Only do it for one build, for now use the one that also
enables Rust.
- *default-cflags
- ENABLE_RUST="yes"
- ARGS="--enable-rust --enable-rust-strict"
+ - DO_CHECK_SETUP_SCRIPTS="yes"
# Linux, gcc, Rust (1.15.0 - oldest supported).
- os: linux
compiler: gcc
else
make ${j} check
fi
+ - |
+ if [[ "$DO_CHECK_SETUP_SCRIPTS" == "yes" ]]; then
+ (cd scripts && ./check-setup.sh)
+ fi
before_install:
- export PATH=$HOME/.cargo/bin:$PATH