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: script:
- if [[ "$BUILD_MODE" == "ios" ]]; then - if [[ "$BUILD_MODE" == "ios" ]]; then
cp TestScritps/setenv-ios.sh . ; cp TestScritps/setenv-ios.sh .
. ./setenv-ios.sh ; . ./setenv-ios.sh
make -f GNUmakefile ; make -f GNUmakefile
else else
make "$BUILD_MODE" && ./cryptest.exe v && ./cryptest.exe tv all make "$BUILD_MODE" && ./cryptest.exe v && ./cryptest.exe tv all
if fi
# whitelist branches to avoid testing feature branches twice # whitelist branches to avoid testing feature branches twice
branches: branches: