Try to enable Travis iOS testing

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

View File

@ -42,15 +42,13 @@ matrix:
script:
- if [[ "$BUILD_MODE" == "ios" ]]; then
cp TestScritps/setenv-ios.sh .
. ./setenv-ios.sh
make -f GNUmakefile
else
make "$BUILD_MODE" && ./cryptest.exe v && ./cryptest.exe tv all
if
after_success:
- if [[ ( ("$BUILD_MODE" = "coverage") && ("$CC" = "gcc") ) ]]; then CODECOV_TOKEN="5c7bc59c-e95f-4594-82c3-33e7a1942592" bash <(curl -s https://codecov.io/bash); fi;
# whitelist branches to avoid testing feature branches twice
branches:
only: