Try to enable Travis iOS testing

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

View File

@ -42,12 +42,12 @@ 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
fi
# whitelist branches to avoid testing feature branches twice
branches: