aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2020-04-20 13:18:43 +0000
committerHenrik Tjäder <henrik@tjaders.com>2020-04-20 16:03:49 +0000
commitfca678b8744a925aeb186dca9b4696abc1aac50e (patch)
tree76585db42308411f50a0cf1aef4535719fd60183 /ci
parente870a68893fd0e7a7f544858846fa5e9eac94b4a (diff)
Use buildrs for conditional compilation
Diffstat (limited to 'ci')
-rw-r--r--ci/script.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/ci/script.sh b/ci/script.sh
index 78341e1..5196db7 100644
--- a/ci/script.sh
+++ b/ci/script.sh
@@ -44,6 +44,14 @@ main() {
fi
if [ $TRAVIS_RUST_VERSION = nightly ]; then
+ # Tests where required MSRV > 1.36
+ local exs=(
+ t-cfg-resources
+ )
+ for ex in ${exs[@]}; do
+ cargo check --example $ex --target $T
+ done
+
# multi-core compile-pass tests
pushd heterogeneous
local exs=(