Test iOS Watch and TV builds

pull/461/head
Jeffrey Walton 2017-08-14 04:34:24 -04:00
parent 08191d5dff
commit a9fd2b6104
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 12 additions and 0 deletions

View File

@ -48,6 +48,10 @@ matrix:
env: BUILD_MODE="ios-arm"
- os: linux
env: BUILD_MODE="ios-arm64"
- os: linux
env: BUILD_MODE="ios-watch"
- os: linux
env: BUILD_MODE="ios-tv"
allow_failures:
# Ignore problems with old toolchains
@ -64,6 +68,14 @@ script:
cp ./TestScripts/setenv-ios.sh .
. ./setenv-ios.sh arm64
make -f GNUmakefile-cross
elif [[ "$BUILD_MODE" == "ios-watch" ]]; then
cp ./TestScripts/setenv-ios.sh .
. ./setenv-ios.sh watch
make -f GNUmakefile-cross
elif [[ "$BUILD_MODE" == "ios-tv" ]]; then
cp ./TestScripts/setenv-ios.sh .
. ./setenv-ios.sh tv
make -f GNUmakefile-cross
else
make "$BUILD_MODE"
./cryptest.exe v