Try fix Travis and "cryptest-ios.sh not found"

pull/696/head
Jeffrey Walton 2018-07-30 14:10:52 -04:00
parent d952cb99c2
commit 2510d978a0
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 2 additions and 0 deletions

View File

@ -145,10 +145,12 @@ script:
if [[ "$BUILD_MODE" == "ios" ]]; then
cp ./TestScripts/setenv-ios.sh .
cp ./TestScripts/cryptest-ios.sh .
chmod +x *.sh
./cryptest-ios.sh
elif [[ "$BUILD_MODE" == "android" ]]; then
cp ./TestScripts/setenv-android-gcc.sh .
cp ./TestScripts/cryptest-android.sh .
chmod +x *.sh
./cryptest-android.sh
elif [[ "$BUILD_MODE" == "autotools" ]]; then
cp ./TestScripts/cryptest-autotools.sh .