Try to enable Travis iOS testing

Take 7
pull/461/head
Jeffrey Walton 2017-08-10 20:14:18 -04:00
parent c9ad2dbb51
commit 60ec7dff59
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 4 additions and 1 deletions

View File

@ -44,10 +44,13 @@ matrix:
script:
- |
if [[ "$BUILD_MODE" == "ios" ]]; then
if [[ ("$BUILD_MODE" == "ios" && "$os" == "osx") ]]; then
cp ./TestScritps/setenv-ios.sh .
. ./setenv-ios.sh
make -f GNUmakefile
elif [[ "$BUILD_MODE" == "ios" ]]; then
# TODO: How do we do the iOS test on just OS X once?
;
else
make "$BUILD_MODE"
./cryptest.exe v