summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-30 14:10:52 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-30 14:10:52 -0400
commit2510d978a0ceb2da33ca3fbd980660cc3f1deaa6 (patch)
treecfc3ee7261fff6a1693f0e1df0600b483a63390b /.travis.yml
parentd952cb99c2e390b06515654f71181aa90984adf7 (diff)
downloadcryptopp-git-2510d978a0ceb2da33ca3fbd980660cc3f1deaa6.tar.gz
Try fix Travis and "cryptest-ios.sh not found"
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 13ccffe6..5c4311ec 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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 .