Try to enable Travis iOS testing

Take 5
pull/461/head
Jeffrey Walton 2017-08-10 19:58:43 -04:00
parent d79d14b3ef
commit 89b937bbd7
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 5 additions and 2 deletions

View File

@ -41,12 +41,15 @@ matrix:
- env: BUILD_MODE="asan"
script:
- if [[ "$BUILD_MODE" == "ios" ]]; then
- |
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
make "$BUILD_MODE"
./cryptest.exe v
./cryptest.exe tv all
fi
# whitelist branches to avoid testing feature branches twice