Whitespace check-in
parent
2510d978a0
commit
36318790a2
|
|
@ -145,12 +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
|
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
|
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