Sync with Upstream master

pull/461/head
Jeffrey Walton 2017-08-17 03:00:41 -04:00
commit 1cc963fe5b
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,7 @@ env:
matrix:
- BUILD_MODE="all"
- BUILD_MODE="no-asm"
- BUILD_MODE="debug"
- BUILD_MODE="asan"
- BUILD_MODE="ubsan"
- BUILD_MODE="ios-arm"
@ -79,6 +80,10 @@ script:
cp ./TestScripts/setenv-ios.sh .
. ./setenv-ios.sh tv
make -f GNUmakefile-cross
elif [[ "$BUILD_MODE" == "debug" ]]; then
CXXFLAGS="-DDEBUG -g2 -O1" make
./cryptest.exe v
./cryptest.exe tv all
else
make "$BUILD_MODE"
./cryptest.exe v