Skip to content

Commit c4c7463

Browse files
committed
make sure CI fails when we do not recognize the platform
1 parent b71fea7 commit c4c7463

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,7 @@ elif [ "${TRAVIS_OS_NAME:-}" == osx ]; then
4848
elif [ "${CI_WINDOWS:-}" == True ]; then
4949
MIRI_TEST_TARGET=x86_64-unknown-linux-gnu run_tests
5050
MIRI_TEST_TARGET=x86_64-apple-darwin run_tests
51+
else
52+
echo "FATAL: unknown CI platform"
53+
exit 1
5154
fi

0 commit comments

Comments
 (0)