Try to enable Travis iOS testing

Take 3
pull/461/head
Jeffrey Walton 2017-08-10 19:53:09 -04:00
parent bf47e175e3
commit 12064f03ee
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 3 additions and 3 deletions

View File

@ -42,9 +42,9 @@ matrix:
script:
- if [[ "$BUILD_MODE" == "ios" ]]; then
cp TestScritps/setenv-ios.sh .
. ./setenv-ios.sh
make -f GNUmakefile
cp TestScritps/setenv-ios.sh . ;
. ./setenv-ios.sh ;
make -f GNUmakefile ;
else
make "$BUILD_MODE" && ./cryptest.exe v && ./cryptest.exe tv all
if