Try fix Travis and "cryptest-ios.sh not found"
parent
d952cb99c2
commit
2510d978a0
|
|
@ -145,10 +145,12 @@ script:
|
||||||
if [[ "$BUILD_MODE" == "ios" ]]; then
|
if [[ "$BUILD_MODE" == "ios" ]]; then
|
||||||
cp ./TestScripts/setenv-ios.sh .
|
cp ./TestScripts/setenv-ios.sh .
|
||||||
cp ./TestScripts/cryptest-ios.sh .
|
cp ./TestScripts/cryptest-ios.sh .
|
||||||
|
chmod +x *.sh
|
||||||
./cryptest-ios.sh
|
./cryptest-ios.sh
|
||||||
elif [[ "$BUILD_MODE" == "android" ]]; then
|
elif [[ "$BUILD_MODE" == "android" ]]; then
|
||||||
cp ./TestScripts/setenv-android-gcc.sh .
|
cp ./TestScripts/setenv-android-gcc.sh .
|
||||||
cp ./TestScripts/cryptest-android.sh .
|
cp ./TestScripts/cryptest-android.sh .
|
||||||
|
chmod +x *.sh
|
||||||
./cryptest-android.sh
|
./cryptest-android.sh
|
||||||
elif [[ "$BUILD_MODE" == "autotools" ]]; then
|
elif [[ "$BUILD_MODE" == "autotools" ]]; then
|
||||||
cp ./TestScripts/cryptest-autotools.sh .
|
cp ./TestScripts/cryptest-autotools.sh .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue